This commit is contained in:
2023-08-25 13:07:43 +02:00
parent 86be5215c7
commit 835ae7ae0d

View File

@@ -11,5 +11,6 @@ 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