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 &
while true
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;
done
/bin/sh