This commit is contained in:
2023-08-25 13:54:20 +02:00
parent b86615c88c
commit 76914b24e3

View File

@@ -12,4 +12,5 @@ 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