Fix for multiple hacks and missing quotes
parent
8a1f7558af
commit
6f495f4f74
|
@ -208,7 +208,7 @@ echo -en "\n"
|
|||
fi
|
||||
|
||||
|
||||
if [ $HACK_IPV4 ]; then
|
||||
if [ "$HACK_IPV4" ]; then
|
||||
apply_ipv4_hack $HACK_IPV4
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue