Update 99-run.sh

This commit is contained in:
Alexandre
2021-11-14 21:10:10 +01:00
committed by GitHub
parent b7525b1890
commit 846334f74a

View File

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