From 33684addd3a37e8eb292c03939f65c2a785f0e86 Mon Sep 17 00:00:00 2001 From: ewilly Date: Thu, 6 Jul 2017 22:00:10 +0200 Subject: [PATCH] test --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index d74b573..22ef625 100644 --- a/scripts/restore +++ b/scripts/restore @@ -28,7 +28,7 @@ nginx_conf="/etc/nginx/conf.d/$domain.d/$app.conf" phpfpm_conf="/etc/php5/fpm/pool.d/$app}.conf" # check domain/path availability -ynh_webpath_available "$domain" "$path_url" +#ynh_webpath_available "$domain" "$path_url" ynh_webpath_register "$app" "$domain" "$path_url" myynh_check_path "$final_path"