From c307a6e097fe4a70de42ff4cb1d49aed91b66159 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 29 Sep 2021 08:04:40 +0200 Subject: [PATCH] Remove ynh_webpath_available in restore --- scripts/restore | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index 68709ce..405d5e9 100755 --- a/scripts/restore +++ b/scripts/restore @@ -39,8 +39,6 @@ port=$(ynh_app_setting_get --app=$app --key=port) #================================================= ynh_script_progression --message="Validating restoration parameters..." -ynh_webpath_available --domain=$domain --path_url=$path_url \ - || ynh_die --message="Path not available: ${domain}${path_url}" test ! -d $final_path \ || ynh_die --message="There is already a directory: $final_path "