Update 'start.sh'

This commit is contained in:
dimon 2025-02-03 16:47:27 +00:00
parent 7bb315c55e
commit 9a8f4e1c16

View File

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