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:
parent
04647d32c3
commit
cf05842d11
2
start.sh
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user