Skip to content

Commit

Permalink
fix background-worker.sh su command
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid committed Oct 7, 2024
1 parent 1d4cd1f commit 2693e74
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 background-jobs:worker
exec su -s /var/www/nextcloud/occ www-data background-jobs:worker

0 comments on commit 2693e74

Please sign in to comment.