mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-28 11:24:04 +02:00
fix customstart environment export
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user