Clean code

This commit is contained in:
Josué Tille
2019-08-01 15:06:08 +02:00
parent 4f8a085d1c
commit b91900cf6e
3 changed files with 1 additions and 7 deletions

View File

@ -54,9 +54,7 @@ ynh_mysql_connect_as "$dbuser" "$dbpass" "$dbname" < ./db.sql
systemctl daemon-reload
systemctl enable "$app".service
#=================================================
# SETUP FAIL2BAN
#=================================================
ynh_add_fail2ban_config "/var/log/$app/$app.log" ".*Failed authentication attempt for .* from <HOST>" 5
#=================================================