From 3e5b59b460ba8018f94bbd12f1c6e3b375d90c73 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 18 Nov 2021 16:15:32 +0100 Subject: [PATCH] Update 99-run.sh --- gazpar2mqtt/rootfs/scripts/99-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gazpar2mqtt/rootfs/scripts/99-run.sh b/gazpar2mqtt/rootfs/scripts/99-run.sh index e58831665..dac75240b 100644 --- a/gazpar2mqtt/rootfs/scripts/99-run.sh +++ b/gazpar2mqtt/rootfs/scripts/99-run.sh @@ -80,6 +80,7 @@ if bashio::config.has_value "TZ"; then ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone else bashio::log.warning "Timezone $TZ is invalid, it will be kept to default value of $(cat /etc/timezone)" + fi fi ##############