mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-14 18:10:33 +02:00
Fix
This commit is contained in:
@@ -45,7 +45,7 @@ fi
|
|||||||
|
|
||||||
# Set TZ
|
# Set TZ
|
||||||
if bashio::config.has_value 'TZ'; then
|
if bashio::config.has_value 'TZ'; then
|
||||||
TIMEZONE=$(bashio::config 'TZ)
|
TIMEZONE=$(bashio::config 'TZ')
|
||||||
bashio::log.info "Setting timezone to $TIMEZONE"
|
bashio::log.info "Setting timezone to $TIMEZONE"
|
||||||
sed -i "1a export TZ=$TIMEZONE" /etc/services.d/web/run
|
sed -i "1a export TZ=$TIMEZONE" /etc/services.d/web/run
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user