From cf05842d1131c7f952ebf25832e8437e6245f5e1 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 8 Apr 2025 10:04:12 +0200 Subject: [PATCH] Fix chown usage --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 9ec67f2..a4bbbdd 100755 --- a/start.sh +++ b/start.sh @@ -54,7 +54,7 @@ php cli/reconfigure.php ${extra_args} --base_url "https://${CLOUDRON_APP_DOMAIN} --disable_update echo "==> Setting permissions" -chown -R www-data.www-data /run/php /app/data /tmp/log_api.txt +chown -R www-data:www-data /run/php /app/data /tmp/log_api.txt echo "==> Starting apache" APACHE_CONFDIR="" source /etc/apache2/envvars