From 07eff83ca614658e822568a1c58e8c47c16d5710 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 3 Apr 2022 23:22:23 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 0c9404c..81c29b3 100755 --- a/scripts/install +++ b/scripts/install @@ -108,8 +108,8 @@ ynh_script_progression --message="Configuring Galette..." --weight=1 ynh_add_config --template="../conf/config.inc.php.dist" --destination="$final_path/galette/config/config.inc.php" -chmod 400 "$final_path/galette/config/config.inc.php" -chown $app:$app "$final_path/galette/config/config.inc.php" +#chmod 650 "$final_path/galette/config/config.inc.php" +#chown $app: "$final_path/galette/config/config.inc.php" #================================================= # GENERIC FINALIZATION