From 421944d3e253a47b4b9a84c21d6b6f46d73d6286 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 27 May 2022 23:01:33 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 4ccd879..4640af0 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -50,12 +50,6 @@ ynh_abort_if_errors #================================================= ynh_script_progression --message="Ensuring downward compatibility..." --weight=1 -# If final_path doesn't exist, create it -if [ -z "$final_path" ]; then - final_path=/var/www/$app - ynh_app_setting_set --app=$app --key=final_path --value=$final_path -fi - # If fpm_footprint doesn't exist, create it if [ -z "$fpm_footprint" ]; then fpm_footprint=low