diff --git a/scripts/upgrade b/scripts/upgrade index 4aac265..7a0b704 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -133,10 +133,10 @@ ynh_add_fpm_config --package="$extra_php_dependencies" # MODIFY A CONFIG FILE #================================================= -if [ "$upgrade_type" == "UPGRADE_APP" ] -then - ynh_add_config --template="../conf/default.env" --destination="$final_path/.env" -fi +# if [ "$upgrade_type" == "UPGRADE_APP" ] +# then +# ynh_add_config --template="../conf/default.env" --destination="$final_path/.env" +# fi #================================================= # UPGRADE DATABASE