This commit is contained in:
2023-08-25 14:29:07 +02:00
parent 34abc84766
commit 6fdcd8fa70
2 changed files with 2 additions and 2 deletions

View File

@@ -12,5 +12,4 @@ bashio::log.info "Configuring timezone (${TZ:-None})..."
ln --symbolic --no-dereference --force "/usr/share/zoneinfo/${TZ:-UTC}" /etc/localtime
echo "${TZ:-UTC}" > /etc/timezone
ls -al /var/cache/debconf
debconf-show tzdata
dpkg-reconfigure --frontend noninteractive tzdata
strace dpkg-reconfigure --frontend noninteractive tzdata