Skip to content

Commit 2b8a82a

Browse files
authored
Merge pull request #382 from SizL75/patch-1
fixed typo
2 parents 5138981 + 092affe commit 2b8a82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ovpn_genconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ fi
369369
process_push_config "dhcp-option DNS $i"
370370
done
371371

372-
if [ "$OVPN_COMP_LZO" == "0"]; then
372+
if [ "$OVPN_COMP_LZO" == "0" ]; then
373373
process_push_config "comp-lzo no"
374374
else
375375
process_push_config "comp-lzo"

0 commit comments

Comments
 (0)