Skip to content

Commit ef82213

Browse files
author
Luke
committed
change test to bring in line with others
1 parent c9ada1e commit ef82213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ovpn_getclient

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ $OVPN_ADDITIONAL_CLIENT_CONFIG
9595
echo "comp-lzo"
9696
fi
9797

98-
if [ "$OVPN_OTP_AUTH" = "1" ]; then
98+
if [ -n "$OVPN_OTP_AUTH" ]; then
9999
echo reneg-sec 0
100100
fi
101101
}

0 commit comments

Comments
 (0)