From 50337682c5cbff97e8c74290fe0d48c9f60fa847 Mon Sep 17 00:00:00 2001 From: Kayou Date: Sun, 10 Mar 2019 11:28:52 +0100 Subject: [PATCH] Fix restore --- scripts/restore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/restore b/scripts/restore index 29987a7..4e7aaa6 100644 --- a/scripts/restore +++ b/scripts/restore @@ -43,10 +43,6 @@ ynh_webpath_available $domain $path_url \ test ! -d $final_path \ || ynh_die "There is already a directory: $final_path " -# Check domain/path availability -sudo yunohost app checkurl "${domain}${path}" -a "$app" \ - || ynh_die "Path not available: ${domain}${path}" - #================================================= # STANDARD RESTORATION STEPS #=================================================