Skip to content

Commit

Permalink
removes pushing 'comp-lzo' when it is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
DZamataev committed May 1, 2018
1 parent 2b8a82a commit e1bd5b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/ovpn_genconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1bd5b6

Please sign in to comment.