This commit is contained in:
2023-08-25 13:22:04 +02:00
parent de47ff1746
commit 1064d2fbff

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
ps -ef
fuser -v /var/cache/debconf/config.dat
dpkg-reconfigure --frontend noninteractive tzdata