From e6c4eed8cfd45022477711e7ccba957f1cb8afa1 Mon Sep 17 00:00:00 2001 From: xavren Date: Tue, 19 Mar 2019 11:43:44 +0100 Subject: [PATCH] Add comp-lzo no to client config --- bin/ovpn_getclient | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/ovpn_getclient b/bin/ovpn_getclient index 092aeea9..57877538 100755 --- a/bin/ovpn_getclient +++ b/bin/ovpn_getclient @@ -99,6 +99,8 @@ tls-auth ta.key 1 if [ "$OVPN_COMP_LZO" == "1" ]; then echo "comp-lzo" + else + echo "comp-lzo no" fi if [ -n "$OVPN_OTP_AUTH" ]; then