Fix: Fail2Ban-Dateien auf clubird umbenannt (clubird-fail2ban, clubird-jails.local)

main v1.1.416
boban 2026-04-27 03:54:53 +02:00
parent f266228fcf
commit aaeea2bb86
1 changed files with 2 additions and 2 deletions

View File

@ -284,8 +284,8 @@ UNIT
fi fi
# Fail2Ban: Jails + Sudoers sicherstellen (idempotent) # Fail2Ban: Jails + Sudoers sicherstellen (idempotent)
local F2B_SUDO="/etc/sudoers.d/mailwolt-fail2ban" local F2B_SUDO="/etc/sudoers.d/clubird-fail2ban"
local F2B_JAIL="/etc/fail2ban/jail.d/mailwolt-jails.local" local F2B_JAIL="/etc/fail2ban/jail.d/clubird-jails.local"
if command -v fail2ban-client >/dev/null 2>&1; then if command -v fail2ban-client >/dev/null 2>&1; then
# Sudoers für www-data # Sudoers für www-data
if [[ ! -f "$F2B_SUDO" ]]; then if [[ ! -f "$F2B_SUDO" ]]; then