From f2d5c3cef77f844f4d4e27dd1403918a963735b0 Mon Sep 17 00:00:00 2001 From: asandikci Date: Sat, 6 Jan 2024 13:38:52 +0300 Subject: [PATCH] change fail2ban config to template mode --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 8c717e2..4ffa251 100755 --- a/scripts/install +++ b/scripts/install @@ -124,7 +124,7 @@ yunohost service add $app --description="A short description of the app" --log=" ynh_use_logrotate # 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" -t #================================================= # APP INITIAL CONFIGURATION