From 788f010e52500826ab62227715bd514960ced477 Mon Sep 17 00:00:00 2001 From: aymhce Date: Wed, 6 Sep 2017 20:40:28 +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 4fdb377..c8f145a 100755 --- a/scripts/restore +++ b/scripts/restore @@ -14,8 +14,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 sudo cp -a ./sources "/var/www/$app"