This commit is contained in:
Alexandre
2022-04-20 20:26:38 +02:00
committed by GitHub
parent 4cdeec0666
commit 3cc8b08911

View File

@@ -45,7 +45,7 @@ fi
# Set TZ
if bashio::config.has_value 'TZ'; then
TIMEZONE=$(bashio::config 'TZ)
TIMEZONE=$(bashio::config 'TZ')
bashio::log.info "Setting timezone to $TIMEZONE"
sed -i "1a export TZ=$TIMEZONE" /etc/services.d/web/run
fi