From 0858c05ec018381e1286530bff9c8b25ef863948 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 19 May 2022 09:00:56 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 29358af..4e184a2 100755 --- a/scripts/install +++ b/scripts/install @@ -98,8 +98,8 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1 ynh_add_config --template="../conf/config.sample.json" --destination="$final_path/config.json" -chmod 650 "$final_path/config.json" -chown $app:$app "$final_path/config.json" +chmod 660 "$final_path/config.json" +chown $app:www-data "$final_path/config.json" #================================================= # GENERIC FINALIZATION