From 092affef436f387e5285eae679988e86e96b89c1 Mon Sep 17 00:00:00 2001 From: SizL75 Date: Sun, 29 Apr 2018 18:15:52 +0200 Subject: [PATCH] fixed type missing space in line 372 --- bin/ovpn_genconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ovpn_genconfig b/bin/ovpn_genconfig index 564fd30..70f1f20 100755 --- a/bin/ovpn_genconfig +++ b/bin/ovpn_genconfig @@ -369,7 +369,7 @@ fi process_push_config "dhcp-option DNS $i" done -if [ "$OVPN_COMP_LZO" == "0"]; then +if [ "$OVPN_COMP_LZO" == "0" ]; then process_push_config "comp-lzo no" else process_push_config "comp-lzo"