mirror of
https://git.cloudron.io/cloudron/freshrss-app
synced 2025-09-01 12:54:59 +00:00
Fix chown usage
This commit is contained in:
2
start.sh
2
start.sh
@@ -54,7 +54,7 @@ php cli/reconfigure.php ${extra_args} --base_url "https://${CLOUDRON_APP_DOMAIN}
|
|||||||
--disable_update
|
--disable_update
|
||||||
|
|
||||||
echo "==> Setting permissions"
|
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"
|
echo "==> Starting apache"
|
||||||
APACHE_CONFDIR="" source /etc/apache2/envvars
|
APACHE_CONFDIR="" source /etc/apache2/envvars
|
||||||
|
Reference in New Issue
Block a user