From ff2ef7683927e9d0efb8e81e2447a394899ce91f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois=20Bonelle?= Date: Fri, 25 Aug 2023 02:41:19 +0200 Subject: [PATCH] Fix --- promtail/s6-overlay/etc/s6-rc/scripts/base-addon-timezone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promtail/s6-overlay/etc/s6-rc/scripts/base-addon-timezone b/promtail/s6-overlay/etc/s6-rc/scripts/base-addon-timezone index 30b85bd..1c06318 100755 --- a/promtail/s6-overlay/etc/s6-rc/scripts/base-addon-timezone +++ b/promtail/s6-overlay/etc/s6-rc/scripts/base-addon-timezone @@ -11,4 +11,4 @@ bashio::log.info "Configuring timezone (${TZ:-None})..." ln --symbolic --no-dereference --force "/usr/share/zoneinfo/${TZ:-UTC}" /etc/localtime echo "${TZ:-UTC}" > /etc/timezone -dpkg-reconfigure --frontend noninteractive tzdata 2> /dev/null \ No newline at end of file +dpkg-reconfigure --frontend noninteractive tzdata \ No newline at end of file