This commit is contained in:
2023-08-25 02:44:29 +02:00
parent ff2ef76839
commit c7b277630e

View File

@@ -11,4 +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/
dpkg-reconfigure --frontend noninteractive tzdata dpkg-reconfigure --frontend noninteractive tzdata