From 3007b3dd3e2297104f7250b124c565b15a49b3f0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 6 Apr 2022 13:31:17 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index ad98869..972f6f9 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -131,12 +131,12 @@ ynh_exec_warn_less ynh_install_composer --phpversion="$phpversion" --workdir="$f #================================================= # MODIFY A CONFIG FILE #================================================= -ynh_script_progression --message="Modifying a config file..." +# ynh_script_progression --message="Modifying a config file..." -ynh_add_config --template="../conf/.env" --destination="$final_path/.env" +# ynh_add_config --template="../conf/.env" --destination="$final_path/.env" -chmod 400 "$final_path/.env" -chown $app "$final_path/.env" +# chmod 400 "$final_path/.env" +# chown $app "$final_path/.env" #================================================= # DEPLOYMENT