fixed type

missing space in line 372
This commit is contained in:
SizL75 2018-04-29 18:15:52 +02:00 committed by GitHub
parent 5138981623
commit 092affef43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"