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