From b079255f93a6e946c4f9ab9c0c6b503e96f21efe Mon Sep 17 00:00:00 2001 From: denis Date: Fri, 15 Nov 2024 12:06:47 -0500 Subject: [PATCH] Update scripts/install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 5d4e339..b611572 100755 --- a/scripts/install +++ b/scripts/install @@ -156,7 +156,7 @@ yunohost service add "$app" --description="A modern and self-hosted take on file ynh_config_add_logrotate # Create a dedicated Fail2Ban config -ynh_config_add_fail2ban --logpath="/var/log/nginx/${domain}-error.log" --failregex="Regex to match into the log for a failed login" +#ynh_config_add_fail2ban --logpath="/var/log/nginx/${domain}-error.log" --failregex="Regex to match into the log for a failed login" #================================================= # SETUP APPLICATION WITH CURL