Update start.sh

This commit is contained in:
dimon 2026-06-27 21:22:15 +00:00
parent 9a8f4e1c16
commit 19fa0816d1

View File

@ -2,7 +2,7 @@
service apache2 start & service apache2 start &
while true while true
do do
su -u wwww-data php -f /var/www/nextcloud/cron.php su - www-data php -f /var/www/nextcloud/cron.php
sleep 300; sleep 300;
done done
/bin/sh /bin/sh