1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-04-24 21:31:47 +00:00

Fix chown usage

This commit is contained in:
Girish Ramakrishnan 2025-04-08 10:04:12 +02:00
parent 04647d32c3
commit cf05842d11

@ -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