From d343cf38b15d7d04f5066bc48ae9c58e4776f509 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Sun, 14 Aug 2022 14:11:26 +0200 Subject: [PATCH] -ynh_webpath_available --- scripts/restore | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index 0cbf548..02ccd11 100755 --- a/scripts/restore +++ b/scripts/restore @@ -34,8 +34,6 @@ path_url=$(ynh_app_setting_get --app="$app" --key=path) #================================================= 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 "