From 50b100fab12692871659c1ecbe46c96ba684912f Mon Sep 17 00:00:00 2001 From: aymhce Date: Wed, 6 Sep 2017 20:41:48 +0000 Subject: [PATCH] remove url check on restore script --- scripts/restore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index 98a9c55..901714c 100755 --- a/scripts/restore +++ b/scripts/restore @@ -15,8 +15,8 @@ test ! -d /var/www/$app \ || ynh_die "There is already a directory: /var/www/$app " path=$(ynh_normalize_url_path $path) -ynh_webpath_available $domain $path -ynh_webpath_register $app $domain $path +#ynh_webpath_available $domain $path +#ynh_webpath_register $app $domain $path # Install dependency sudo apt-get update