From e92f68a36ab26b73395fe9d9f6c8df5347f1fcd0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 25 Nov 2021 19:08:40 +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 989d9e3e5..2848ac474 100644 --- a/enedisgateway2mqtt/rootfs/scripts/99-run.sh +++ b/enedisgateway2mqtt/rootfs/scripts/99-run.sh @@ -66,6 +66,7 @@ bashio::log.info "Starting the app" echo " " # Test mode +TZ=$(bashio::config "TZ") if [ $TZ = "test" ]; then echo "secret mode found, launching script in /config/test.sh" cd /config