From c613aa4085e9e176d73e8cd73db76750db0377d9 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 11 Mar 2018 11:58:10 +0100 Subject: [PATCH] Update install --- scripts/install | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/install b/scripts/install index d12f5d8..a6befd7 100644 --- a/scripts/install +++ b/scripts/install @@ -36,9 +36,6 @@ secret=$(ynh_string_random) final_path=/var/www/$app test ! -e "$final_path" || ynh_die "This path already contains a folder" -ynh_webpath_available $domain $path_url -ynh_webpath_register $app $domain $path_url - #================================================= # STORE SETTINGS FROM MANIFEST #=================================================