add missing ""
This commit is contained in:
2
bouncer.sh
Normal file → Executable file
2
bouncer.sh
Normal file → Executable file
@@ -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
|
||||
|
Reference in New Issue
Block a user