This commit is contained in:
2023-08-25 02:46:53 +02:00
parent c7b277630e
commit 96c93849bf

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 ln --symbolic --no-dereference --force "/usr/share/zoneinfo/${TZ:-UTC}" /etc/localtime
echo "${TZ:-UTC}" > /etc/timezone echo "${TZ:-UTC}" > /etc/timezone
ls -al /usr/sbin/ ls -al /usr
dpkg-reconfigure --frontend noninteractive tzdata dpkg-reconfigure --frontend noninteractive tzdata