nextcloud/univention-app

occ is not executeable

sharky009 opened this issue · 2 comments

The file /var/www/html/occ is not executeable. This has the consequence that collabora (and possible other) join script's can't run successfull. That's because they running the file without php prefixed.

The lines to check this are:
103: univention-app shell nextcloud sudo -u www-data /var/www/html/occ app:enable richdocuments
106: univention-app shell nextcloud sudo -u www-data /var/www/html/occ config:app:set richdocuments wopi_url --value="https://$FQDN/"
in /usr/lib/univention-install/50collabora.inst

This can be simply fixed if nextcloud sets a chmod +x on the occ file.

blizzz commented

https://github.com/nextcloud/univention-app/releases/tag/25.0.8-0

The scripts were all updated: 359f031

I am not aware we missed something, did we?

blizzz commented

Okay, it's collabora's script…

Yeah, not default behaviour, was bad to have it made executable in first place, back in the day