From aaeea2bb86b60fbaf63f92f680fc28d10f8f05c0 Mon Sep 17 00:00:00 2001 From: boban Date: Mon, 27 Apr 2026 03:54:53 +0200 Subject: [PATCH] Fix: Fail2Ban-Dateien auf clubird umbenannt (clubird-fail2ban, clubird-jails.local) --- scripts/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/update.sh b/scripts/update.sh index c64e301..eb626bb 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -284,8 +284,8 @@ UNIT fi # Fail2Ban: Jails + Sudoers sicherstellen (idempotent) - local F2B_SUDO="/etc/sudoers.d/mailwolt-fail2ban" - local F2B_JAIL="/etc/fail2ban/jail.d/mailwolt-jails.local" + local F2B_SUDO="/etc/sudoers.d/clubird-fail2ban" + local F2B_JAIL="/etc/fail2ban/jail.d/clubird-jails.local" if command -v fail2ban-client >/dev/null 2>&1; then # Sudoers für www-data if [[ ! -f "$F2B_SUDO" ]]; then