Update 01-configuration.sh

This commit is contained in:
Alexandre
2024-11-13 18:56:58 +01:00
committed by GitHub
parent dc023c2965
commit 32dbd86a5d

View File

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