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"