Update 99-run.sh

This commit is contained in:
Alexandre
2021-11-18 16:15:32 +01:00
committed by GitHub
parent 7800d63fd8
commit 3e5b59b460

View File

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