change test to bring in line with others
This commit is contained in:
parent
c9ada1eac4
commit
ef8221372d
@ -95,7 +95,7 @@ $OVPN_ADDITIONAL_CLIENT_CONFIG
|
|||||||
echo "comp-lzo"
|
echo "comp-lzo"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$OVPN_OTP_AUTH" = "1" ]; then
|
if [ -n "$OVPN_OTP_AUTH" ]; then
|
||||||
echo reneg-sec 0
|
echo reneg-sec 0
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user