From 2843a2d5e91cf1c73a5245a12851d2c09b91325b Mon Sep 17 00:00:00 2001 From: ewilly Date: Thu, 6 Jul 2017 22:49:51 +0200 Subject: [PATCH] test --- scripts/restore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index 22ef625..87473d1 100644 --- a/scripts/restore +++ b/scripts/restore @@ -28,8 +28,8 @@ 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_register "$app" "$domain" "$path_url" +ynh_webpath_available "$domain" "$path_url" +#ynh_webpath_register "$app" "$domain" "$path_url" myynh_check_path "$final_path" # add required packages