From f20f57d6a62c3bbb867d0fe40a4c7dcc49576704 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 20 Oct 2021 19:48:03 +0200 Subject: [PATCH] Follow linter advice on ynh_webpath_available --- scripts/restore | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index 268876f..61927e0 100755 --- a/scripts/restore +++ b/scripts/restore @@ -38,8 +38,6 @@ db_user=$db_name #================================================= 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}" test ! -d $final_path \ || ynh_die --message="There is already a directory: $final_path "