Fix for multiple hacks and missing quotes

master
bbruns 2010-09-30 19:16:25 +00:00
parent 8a1f7558af
commit 6f495f4f74
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ echo -en "\n"
fi
if [ $HACK_IPV4 ]; then
if [ "$HACK_IPV4" ]; then
apply_ipv4_hack $HACK_IPV4
fi