From 9beee062ec325725c0ed650db3f19a3d90f05758 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 8 May 2022 22:22:38 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c8cfbd5..da5d2d2 100755 --- a/scripts/install +++ b/scripts/install @@ -121,7 +121,7 @@ ynh_script_progression --message="Adding a configuration file..." --time --weigh ynh_add_config --template="../conf/config.php" --destination="$final_path/config.php" -chmod 600 "$final_path/config.php" +chmod 400 "$final_path/config.php" chown $app:$app "$final_path/config.php" #=================================================