mirror of
https://git.cloudron.io/cloudron/freshrss-app
synced 2025-07-10 04:54:41 +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
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user