-
-
Notifications
You must be signed in to change notification settings - Fork 673
Closed
Labels
Description
Steps To Reproduce
Every time I upgrade using sudo bash /var/scripts/menu.sh my executable files (mainly: notify_push and translate/bin/node are not executable which causes errors. If I manually chmod +x these files then it works OK.
- Ugrade a major or minor version using
sudo bash /var/scripts/menu.shand going to minor/major upgrade - Make sure during this upgrade that either the translations or notify_push apps are updated
- For translations node: go to the admin settings and see an error stating that there was an error initiating the app, due to node not being executable. For notify_push: run the command in debug mode and see:
sudo -u www-data php /var/www/nextcloud/occ notify_push:log debug
sudo journalctl -eu notify_push
...
Mar 30 08:09:41 XX systemd[47543]: notify_push.service: Failed at step EXEC spawning /var/www/nextcloud/apps/notify_push/bin/x86_64/notify_push: Permissio>
This might be an issue with running the upgrade script with sudo, but the script complains if you don't do this.
Expected Result
The apps installed during an update should be executable and continue to run
Actual Result
Files are not executable
Screenshots, Videos, or Pastebins
No response
Additional Context
No response
Build Version
28.0.4
Environment
By downloading the VM
Environment Details
No response