From e2876851bf36a465030c956f58204dac4616b1be Mon Sep 17 00:00:00 2001 From: AR2000 Date: Sun, 10 Nov 2024 14:08:38 +0100 Subject: [PATCH] add missing "" --- bouncer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 bouncer.sh diff --git a/bouncer.sh b/bouncer.sh old mode 100644 new mode 100755 index ea720f6..151342f --- a/bouncer.sh +++ b/bouncer.sh @@ -2,7 +2,7 @@ # # Script to add /remove IPs to iptables -[[ -z "${IPTABLES_COMMENT}" ]] && commment="-m comment --comment $4" || comment="" +[[ -z "${IPTABLES_COMMENT}" ]] && commment="-m comment --comment \"$4\"" || comment="" function iptableAdd () { if [[ -z "${IPTABLES_INSERT}" ]]; then