From 32b70d07fab28778d1c939d95fa545b9369797c5 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 3 Apr 2019 03:23:05 +0200 Subject: [PATCH] Cleanup install script --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 39d0ed1..a78c1fa 100644 --- a/scripts/install +++ b/scripts/install @@ -41,8 +41,6 @@ ynh_print_info "Validating installation parameters..." 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" "$path_url" # Register (book) web path ynh_webpath_register "$app" "$domain" "$path_url"