Merge pull request #380 from DZamataev/master
[bug fix] pushing comp-lzo setting to avoid error
This commit is contained in:
commit
5138981623
@ -369,6 +369,12 @@ fi
|
|||||||
process_push_config "dhcp-option DNS $i"
|
process_push_config "dhcp-option DNS $i"
|
||||||
done
|
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
|
[ ${#OVPN_PUSH[@]} -gt 0 ] && for i in "${OVPN_PUSH[@]}"; do
|
||||||
process_push_config "$i"
|
process_push_config "$i"
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user