From 8a826ccebd5965887d0f0de5227e74a8b35df3bf Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 27 Oct 2021 18:24:45 +0200 Subject: [PATCH] Pointless ynh_webpath_available call in restore --- scripts/restore | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index f72f47e..cdcbd0a 100644 --- a/scripts/restore +++ b/scripts/restore @@ -42,8 +42,6 @@ ynh_script_progression --message="Validating restoration parameters..." remove_previous_zabbix -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 "