From 5b15a94084184d53fb21d43b38975cccf7579b03 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 24 Dec 2021 09:49:05 +0100 Subject: [PATCH] Update restore --- scripts/restore | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/restore b/scripts/restore index 5bf710d..dbf3f14 100644 --- a/scripts/restore +++ b/scripts/restore @@ -30,14 +30,6 @@ app=$YNH_APP_INSTANCE_NAME domain=$(ynh_app_setting_get --app=$app --key=domain) path_url=$(ynh_app_setting_get --app=$app --key=path) -#================================================= -# CHECK IF THE APP CAN BE RESTORED -#================================================= -ynh_script_progression --message="Validating restoration parameters..." --weight=1 - -ynh_webpath_available --domain=$domain --path_url=$path_url \ - || ynh_die --message="Path not available: ${domain}${path_url}" - #================================================= # STANDARD RESTORATION STEPS #=================================================