diff --git a/start.sh b/start.sh index 1ca7f9f..39131fd 100644 --- a/start.sh +++ b/start.sh @@ -1,6 +1,7 @@ #!/bin/bash service apache2 start & -while true do +while true +do su -u wwww-data php -f /var/www/nextcloud/cron.php sleep 300; done