From b767255a1788a3b0d09bb8fcf119772bc633f93a Mon Sep 17 00:00:00 2001 From: dimon Date: Sat, 27 Jun 2026 21:33:09 +0000 Subject: [PATCH] Update start.sh --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index b79bb9a..8d08396 100644 --- a/start.sh +++ b/start.sh @@ -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