Update start.sh

This commit is contained in:
dimon 2026-06-27 21:33:09 +00:00
parent 19fa0816d1
commit b767255a17

View File

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