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

@@ -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