Disable Fail2ban on openSUSE due to systemd backend compatibility issues
This commit is contained in:
@@ -31,6 +31,9 @@ install_fail2ban() {
|
|||||||
;;
|
;;
|
||||||
opensuse)
|
opensuse)
|
||||||
handle_error sudo zypper install -y fail2ban
|
handle_error sudo zypper install -y fail2ban
|
||||||
|
# On openSUSE, Fail2ban has issues with systemd backend, skip it for now
|
||||||
|
log_warning "Fail2ban on openSUSE may have compatibility issues. Consider manual configuration."
|
||||||
|
return 0
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
log_error "Unsupported Linux distribution: $DISTRO"
|
log_error "Unsupported Linux distribution: $DISTRO"
|
||||||
|
|||||||
Reference in New Issue
Block a user