Extra client config is now an array
This commit is contained in:
parent
16fbc4019d
commit
7a29e8e39b
@ -44,8 +44,9 @@ remote $OVPN_CN $OVPN_PORT $OVPN_PROTO"
|
|||||||
if [ "$OVPN_PROTO" == "tcp6" ]; then
|
if [ "$OVPN_PROTO" == "tcp6" ]; then
|
||||||
echo "remote $OVPN_CN $OVPN_PORT tcp"
|
echo "remote $OVPN_CN $OVPN_PORT tcp"
|
||||||
fi
|
fi
|
||||||
echo "$OVPN_ADDITIONAL_CLIENT_CONFIG
|
for i in "${OVPN_EXTRA_CLIENT_CONFIG[@]}"; do
|
||||||
"
|
echo "$i"
|
||||||
|
done
|
||||||
if [ "$mode" == "combined" ]; then
|
if [ "$mode" == "combined" ]; then
|
||||||
echo "
|
echo "
|
||||||
<key>
|
<key>
|
||||||
|
Loading…
Reference in New Issue
Block a user