Update 99-run.sh

This commit is contained in:
Alexandre
2021-11-18 16:16:17 +01:00
committed by GitHub
parent 5af7fe611b
commit 2a03038de8

View File

@@ -71,6 +71,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
##############