From 06d1b5a5c562e9e9d053dfa18ca3710f5e652528 Mon Sep 17 00:00:00 2001 From: Yalh Date: Sat, 19 Jan 2019 19:11:54 +0100 Subject: [PATCH] Removing deprecated ynh_webpath_available --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index e4bb733..647cbf1 100644 --- a/scripts/install +++ b/scripts/install @@ -44,8 +44,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