Update 'start.sh'

This commit is contained in:
dimon 2025-02-03 16:38:34 +00:00
parent 7dc3d3eb06
commit 7bb315c55e

View File

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