COMP-lzo param is set in client config, if defined in server.

This commit is contained in:
Christian Tawfik 2015-11-27 15:03:35 +01:00 committed by Kyle Manna
parent 2abbcf1999
commit 2650d4a286

View File

@ -84,6 +84,10 @@ $OVPN_ADDITIONAL_CLIENT_CONFIG
if [ -n "$OVPN_AUTH" ]; then
echo "auth $OVPN_AUTH"
fi
if [ -n "$OVPN_COMP_LZO" ]; then
echo "comp-lzo"
fi
}
dir="$OPENVPN/clients/$cn"