fix customstart environment export

This commit is contained in:
Arne Petersen
2020-02-21 16:24:45 +01:00
parent a14fabc5d4
commit 70ecb00e3c
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
## 0.3.0
## 0.3.1
- not a legacy addon anymore

View File

@@ -1,6 +1,6 @@
{
"name": "transmission-openvpn",
"version": "0.3.0",
"version": "0.3.1",
"slug": "transmission-openvpn",
"legacy": false,
"maintenance": {

View File

@@ -12,7 +12,7 @@ if [ -d /config/transmission-openvpn/openvpn ]; then
fi
for k in $(bashio::jq "${__BASHIO_ADDON_CONFIG}" 'keys | .[]'); do
export $k=$(bashio::config $k)
export $k="$(bashio::config $k)"
done
/etc/openvpn/start.sh