diff --git a/enedisgateway2mqtt/rootfs/scripts/99-run.sh b/enedisgateway2mqtt/rootfs/scripts/99-run.sh index 57caa8a7a..ffd8310a6 100644 --- a/enedisgateway2mqtt/rootfs/scripts/99-run.sh +++ b/enedisgateway2mqtt/rootfs/scripts/99-run.sh @@ -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 #