fix typo in var name
This commit is contained in:
@@ -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 () {
|
||||
|
Reference in New Issue
Block a user