mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update 99-run.sh
This commit is contained in:
@@ -68,9 +68,9 @@ for word in $(cat $CONFIGSOURCE); do
|
||||
done
|
||||
|
||||
# Force asset token string
|
||||
export ACCESS_TOKEN=$(bashio::config 'ACCESS_TOKEN')
|
||||
export PDL=$(bashio::config 'PDL')
|
||||
export MQTT_HOST=$(bashio::config 'MQTT_HOST')
|
||||
export ACCESS_TOKEN=$(bashio::config "ACCESS_TOKEN")
|
||||
export PDL=$(bashio::config "PDL")
|
||||
export MQTT_HOST=$(bashio::config "MQTT_HOST")
|
||||
|
||||
##############
|
||||
# Launch App #
|
||||
|
||||
Reference in New Issue
Block a user