From ded361eb62786008c610bcc3ce078ae000e2db94 Mon Sep 17 00:00:00 2001 From: bbruns Date: Sun, 26 Sep 2010 19:48:15 +0000 Subject: [PATCH] Oops, stupid mistake --- bin/firewall-sosdg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/firewall-sosdg b/bin/firewall-sosdg index a00732b..60582ec 100755 --- a/bin/firewall-sosdg +++ b/bin/firewall-sosdg @@ -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