From 3cc8b089114e0a22f070465257b11f13d32187c1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 20 Apr 2022 20:26:38 +0200 Subject: [PATCH] Fix --- 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 168078e0c..cdae4e5c2 100644 --- a/webtop_kde/rootfs/etc/cont-init.d/80-configuration.sh +++ b/webtop_kde/rootfs/etc/cont-init.d/80-configuration.sh @@ -45,7 +45,7 @@ fi # Set TZ if bashio::config.has_value 'TZ'; then - TIMEZONE=$(bashio::config 'TZ) + TIMEZONE=$(bashio::config 'TZ') bashio::log.info "Setting timezone to $TIMEZONE" sed -i "1a export TZ=$TIMEZONE" /etc/services.d/web/run fi