From 2bfd13cb8ff3479e0f91218b96e769458dafe8a0 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 28 Aug 2021 22:12:04 +0200 Subject: [PATCH] ynh_webpath_available is useless --- scripts/restore | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index 66f8e80..f9a46dc 100755 --- a/scripts/restore +++ b/scripts/restore @@ -41,8 +41,6 @@ datadir=$(ynh_app_setting_get --app=$app --key=datadir) #================================================= ynh_script_progression --message="Validating restoration parameters..." --time --weight=1 -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 "