Oops, stupid mistake
parent
9e628f7fe0
commit
ded361eb62
|
@ -240,7 +240,7 @@ if [ -s "$BASEDIR/include/ipv4_custom_allowedports" ]; then
|
||||||
. "$BASEDIR/include/ipv4_custom_allowedports"
|
. "$BASEDIR/include/ipv4_custom_allowedports"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$IPTABLES_MULTIPORT" ] {
|
if [ "$IPTABLES_MULTIPORT" ]; then
|
||||||
case $IPTABLES_MULTIPORT in
|
case $IPTABLES_MULTIPORT in
|
||||||
auto|AUTO|Auto)
|
auto|AUTO|Auto)
|
||||||
if `${MODPROBE} ${NF_MULTIPORT} &>/dev/null`; then
|
if `${MODPROBE} ${NF_MULTIPORT} &>/dev/null`; then
|
||||||
|
|
Loading…
Reference in New Issue