Skip to content

Commit

Permalink
fix occ command in nextcloud background-worker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid committed Oct 7, 2024
1 parent 2693e74 commit 496329a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextcloud/background-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ chown -R www-data /var/www/nextcloud/config /var/www/nextcloud/apps /opt/log
chmod +x /var/www/nextcloud/occ
export USER=www-data HOME=/home/www-data

exec su -s /var/www/nextcloud/occ www-data background-jobs:worker
exec su -s /var/www/nextcloud/occ www-data background-job:worker

0 comments on commit 496329a

Please sign in to comment.