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 ##############