From efe822406700e1b22e4609890eb61b6466cab925 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 18 May 2022 22:15:20 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d13b84e..29358af 100755 --- a/scripts/install +++ b/scripts/install @@ -98,7 +98,7 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1 ynh_add_config --template="../conf/config.sample.json" --destination="$final_path/config.json" -chmod 400 "$final_path/config.json" +chmod 650 "$final_path/config.json" chown $app:$app "$final_path/config.json" #=================================================