From 6f495f4f747ccf28a6ece165f25a835464eff4e3 Mon Sep 17 00:00:00 2001 From: bbruns Date: Thu, 30 Sep 2010 19:16:25 +0000 Subject: [PATCH] Fix for multiple hacks and missing quotes --- bin/firewall-sosdg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/firewall-sosdg b/bin/firewall-sosdg index 2e4d215..2e5d0bb 100755 --- a/bin/firewall-sosdg +++ b/bin/firewall-sosdg @@ -208,7 +208,7 @@ echo -en "\n" fi -if [ $HACK_IPV4 ]; then +if [ "$HACK_IPV4" ]; then apply_ipv4_hack $HACK_IPV4 fi