fix typo in var name

This commit is contained in:
2025-01-10 17:35:17 +01:00
parent e7b7b615b8
commit 9fbd21f958

View File

@@ -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 () {