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 #=================================================