This commit is contained in:
2023-08-25 02:52:09 +02:00
parent 46686a0393
commit 809114d758

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
ls -al /usr
ls -al /
dpkg-reconfigure --frontend noninteractive tzdata