From 7699a501656244f1ee7a3f8bbebf24bcf650695f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 15 Nov 2021 23:20:41 +0100 Subject: [PATCH] Update 99-run.sh --- enedisgateway2mqtt/rootfs/scripts/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enedisgateway2mqtt/rootfs/scripts/99-run.sh b/enedisgateway2mqtt/rootfs/scripts/99-run.sh index c7008e594..c46ebf664 100644 --- a/enedisgateway2mqtt/rootfs/scripts/99-run.sh +++ b/enedisgateway2mqtt/rootfs/scripts/99-run.sh @@ -60,7 +60,7 @@ if bashio::config.true "test"; then # Get variables and export bashio::log.info "Starting the app with the variables in /config/enedisgateway2mqtt" - for word in $(parse_yaml $CONFIGSOURCE); do + for word in $(parse_yaml $CONFIGSOURCE conf); do # Data validation if [[ $word =~ ^.+[=].+$ ]]; then export $word # Export the variable