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