From 9fbd21f958f5bc1d6f03d9eb9339af8839f98c0c Mon Sep 17 00:00:00 2001 From: AR2000 Date: Fri, 10 Jan 2025 17:35:17 +0100 Subject: [PATCH] fix typo in var name --- bouncer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bouncer.sh b/bouncer.sh index daefbac..b7413b4 100755 --- a/bouncer.sh +++ b/bouncer.sh @@ -2,7 +2,7 @@ # # Script to add /remove IPs to iptables -[[ -n "${IPTABLES_COMMENT}" ]] && commment="-m comment --comment \"$4\"" || comment="" +[[ -n "${IPTABLES_COMMENT}" ]] && comment="-m comment --comment \"$4\"" || comment="" : ${IPTABLES_CHAIN:=INPUT} function iptableAdd () {