From 18144afeebab8908abf8b3f402047c120b0cd701 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 29 Nov 2021 20:53:57 +0100 Subject: [PATCH] Update install --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 932b9ad..1c72628 100644 --- a/scripts/install +++ b/scripts/install @@ -36,8 +36,6 @@ ynh_script_progression --message="Validating installation parameters..." --weigh final_path=/var/www/$app test ! -e "$final_path" || ynh_die "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