Update 01-configuration.sh

This commit is contained in:
Alexandre
2024-11-13 18:57:26 +01:00
committed by GitHub
parent 32dbd86a5d
commit 21443f9d25

View File

@@ -39,7 +39,7 @@ fi
if bashio::config.has_value "TZ"; then
TZ="$(bashio::config '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
################