From 7d421f6a6294682dfa2a1bcfad8b5c730ae0e814 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 21 Apr 2022 12:26:38 +0200 Subject: [PATCH] Update 80-configuration.sh --- webtop_kde/rootfs/etc/cont-init.d/80-configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtop_kde/rootfs/etc/cont-init.d/80-configuration.sh b/webtop_kde/rootfs/etc/cont-init.d/80-configuration.sh index cdae4e5c2..80bbf824e 100644 --- a/webtop_kde/rootfs/etc/cont-init.d/80-configuration.sh +++ b/webtop_kde/rootfs/etc/cont-init.d/80-configuration.sh @@ -47,7 +47,7 @@ fi if bashio::config.has_value 'TZ'; then TIMEZONE=$(bashio::config 'TZ') bashio::log.info "Setting timezone to $TIMEZONE" - sed -i "1a export TZ=$TIMEZONE" /etc/services.d/web/run + cp /usr/share/zoneinfo/$TZ /etc/localtime fi # Set password