From b6135f2c74942800de99c4c67dec8e72b7783f5a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 5 Nov 2021 15:41:41 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 1f8367c..7c3e9d0 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/config_local.php" --destination="$final_path/config_local.php" -chmod 400 "$final_path/config_local.php" +chmod 600 "$final_path/config_local.php" chown $app "$final_path/config_local.php" #=================================================