From 6c6aff42f5de1593eb570bb65dfdc50103e3de53 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 14 Apr 2022 16:12:26 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 45ea49a..9d1ddcd 100755 --- a/scripts/install +++ b/scripts/install @@ -123,7 +123,7 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1 ynh_add_config --template="../conf/default.conf" --destination="$final_path/save/conf/default.json" -chmod 400 "$final_path/save/conf/default.json" +chmod 650 "$final_path/save/conf/default.json" chown $app:$app "$final_path/save/conf/default.json" #=================================================