removes pushing 'comp-lzo' when it is enabled

This commit is contained in:
Denis Zamataev 2018-05-01 21:04:31 +03:00
parent 2b8a82ab4a
commit e1bd5b6450

View File

@ -371,8 +371,6 @@ done
if [ "$OVPN_COMP_LZO" == "0" ]; then
process_push_config "comp-lzo no"
else
process_push_config "comp-lzo"
fi
[ ${#OVPN_PUSH[@]} -gt 0 ] && for i in "${OVPN_PUSH[@]}"; do