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