From 86fd1ffcfcefe1a228c476f7f4bed47e3ea86c26 Mon Sep 17 00:00:00 2001 From: Melchisedech Date: Mon, 21 Feb 2022 15:21:51 +0100 Subject: [PATCH] Update upgrade Comment some problematic lines --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 25120fc..c891f38 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -158,10 +158,10 @@ ynh_add_fpm_config #================================================= # UPGRADE FAIL2BAN #================================================= -ynh_script_progression --message="Reconfiguring Fail2Ban..." --time --weight=1 +#ynh_script_progression --message="Reconfiguring Fail2Ban..." --time --weight=1 # Create a dedicated Fail2Ban config -ynh_add_fail2ban_config --logpath="/var/log/nginx/${domain}-error.log" --failregex="Regex to match into the log for a failed login" +#ynh_add_fail2ban_config --logpath="/var/log/nginx/${domain}-error.log" --failregex="Regex to match into the log for a failed login" #================================================= # RELOAD NGINX