Skip to content

Commit 092affe

Browse files
authored
fixed type
missing space in line 372
1 parent 5138981 commit 092affe

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)