Merge pull request #382 from SizL75/patch-1

fixed typo
This commit is contained in:
Kyle Manna 2018-04-29 15:59:16 -07:00 committed by GitHub
commit 2b8a82ab4a
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"