Merge pull request #37 from petersendev/transmission-openvpn-fix

fix customstart environment export
This commit is contained in:
Arne Petersen
2020-02-21 16:27:27 +01:00
committed by GitHub
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