From 04143196dc12234fa0847d06148bb2b3302cf474 Mon Sep 17 00:00:00 2001 From: JocelynDelalande Date: Sun, 25 Nov 2018 17:31:52 +0100 Subject: [PATCH] Remove redundant call to ynh_webpath_available ynh_webpath_register will take care of check & fail nicely if needed. --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index ce7ca86..4ebf73b 100755 --- a/scripts/install +++ b/scripts/install @@ -55,8 +55,6 @@ test ! -e "$final_path" || ynh_die "This path already contains a folder" # Normalize the url path syntax path_url=$(ynh_normalize_url_path $path_url) -# Check web path availability -ynh_webpath_available $domain $path_url # Register (book) web path ynh_webpath_register $app $domain $path_url