From 0d9d960ed7662a335b6c935b1269cd3dcb89eca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sun, 9 Jun 2019 23:42:46 +0200 Subject: [PATCH] Clean domain-path check --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 73b71bf..c1174c7 100644 --- a/scripts/install +++ b/scripts/install @@ -28,8 +28,6 @@ ynh_print_ON # CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS test ! -e "$final_path" || ynh_die --message "This path already contains a folder" -# Check web path availability -ynh_webpath_available --domain $domain --path_url $path_url # Register (book) web path ynh_webpath_register --app $app --domain $domain --path_url $path_url