From 1cda0653e998e52ee8fd8f54eaaede1d37995ffc Mon Sep 17 00:00:00 2001 From: Augustin Trancart Date: Mon, 21 Feb 2022 17:07:08 +0100 Subject: [PATCH] Remove useless check --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 4b15f9e..9e683e1 100755 --- a/scripts/install +++ b/scripts/install @@ -45,8 +45,6 @@ final_path=/var/www/$app # CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS #================================================= ynh_script_progression --message="Validating installation parameters..." --weight=1 -# Check web path availability -ynh_webpath_available --domain=$domain --path_url=/ # check path availability test ! -e "$final_path" || ynh_die "This path already contains a folder" can_remove_home=1