This commit is contained in:
2023-08-25 13:32:28 +02:00
parent 1064d2fbff
commit b86615c88c
2 changed files with 3 additions and 6 deletions

View File

@@ -11,5 +11,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
ps -ef
ls -al /var/cache/debconf
dpkg-reconfigure --frontend noninteractive tzdata