From 9a8f4e1c16306d98976e70e60f6e1c21a7a0204f Mon Sep 17 00:00:00 2001 From: dimon Date: Mon, 3 Feb 2025 16:47:27 +0000 Subject: [PATCH] Update 'start.sh' --- start.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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