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

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"