Oops, stupid mistake

master
bbruns 2010-09-26 19:48:15 +00:00
parent 9e628f7fe0
commit ded361eb62
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ if [ -s "$BASEDIR/include/ipv4_custom_allowedports" ]; then
. "$BASEDIR/include/ipv4_custom_allowedports"
fi
if [ "$IPTABLES_MULTIPORT" ] {
if [ "$IPTABLES_MULTIPORT" ]; then
case $IPTABLES_MULTIPORT in
auto|AUTO|Auto)
if `${MODPROBE} ${NF_MULTIPORT} &>/dev/null`; then