From 68ef38d486f5f6a0f163fd86ccead0f5b4ef7ac0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 14 Apr 2022 11:08:05 +0200 Subject: [PATCH] Update install --- scripts/install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index 351b4f6..f21c554 100755 --- a/scripts/install +++ b/scripts/install @@ -135,12 +135,12 @@ ynh_add_fpm_config --usage=low --footprint=low # ================================================= # MODIFY A CONFIG FILE # ================================================= -ynh_script_progression --message="Modifying $app config file..." +# ynh_script_progression --message="Modifying $app config file..." -ynh_add_config --template="../conf/noalyss.conf" --destination="$final_path/include/config.inc.php" +# ynh_add_config --template="../conf/noalyss.conf" --destination="$final_path/include/config.inc.php" -chmod 400 "$final_path/include/config.inc.php" -chown $app:$app "$final_path/include/config.inc.php" +# chmod 400 "$final_path/include/config.inc.php" +# chown $app:$app "$final_path/include/config.inc.php" #================================================= # SETUP LOGROTATE