mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update 01-configuration.sh
This commit is contained in:
@@ -33,7 +33,7 @@ fi
|
|||||||
if bashio::config.has_value "TZ"; then
|
if bashio::config.has_value "TZ"; then
|
||||||
TZ="$(bashio::config 'TZ')"
|
TZ="$(bashio::config 'TZ')"
|
||||||
bashio::log.info "Timezone : $TZ"
|
bashio::log.info "Timezone : $TZ"
|
||||||
sed -i "1a export TZ=$TZ" /etc/cont-init.d/10-timezone
|
sed -i "1a export TZ=$TZ" /etc/cont-init.d/01-timezone
|
||||||
fi
|
fi
|
||||||
|
|
||||||
################
|
################
|
||||||
|
|||||||
Reference in New Issue
Block a user