From a73943f4eecba00fd602bf4cc887a99ea97062e7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 17 Nov 2021 23:32:52 +0100 Subject: [PATCH] Update 99-run.sh --- enedisgateway2mqtt/rootfs/scripts/99-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/enedisgateway2mqtt/rootfs/scripts/99-run.sh b/enedisgateway2mqtt/rootfs/scripts/99-run.sh index 2c6320f99..c51426cd2 100644 --- a/enedisgateway2mqtt/rootfs/scripts/99-run.sh +++ b/enedisgateway2mqtt/rootfs/scripts/99-run.sh @@ -3,6 +3,7 @@ ################## # INITIALIZATION # ################## +EXIT_CODE=0 # Where is the config CONFIGSOURCE=$(bashio::config "CONFIG_LOCATION")