From 59db4a45c203f3c0e226db84e9735598b20e764a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 21 Apr 2022 13:41:29 +0200 Subject: [PATCH] Update 80-configuration.sh --- webtop_kde/rootfs/etc/cont-init.d/80-configuration.sh | 7 ------- 1 file changed, 7 deletions(-) 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 0617c89c9..6560fec5a 100644 --- a/webtop_kde/rootfs/etc/cont-init.d/80-configuration.sh +++ b/webtop_kde/rootfs/etc/cont-init.d/80-configuration.sh @@ -43,13 +43,6 @@ if bashio::config.has_value 'KEYBOARD'; then sed -i "1a export KEYBOARD=$KEYBOARD" /etc/services.d/web/run fi -# Set TZ -if bashio::config.has_value 'TZ'; then - TIMEZONE=$(bashio::config 'TZ') - bashio::log.info "Setting timezone to $TIMEZONE" - ln -snf /usr/share/zoneinfo/"$TZ" /etc/localtime && echo "$TZ" >/etc/timezone -fi - # Set password if bashio::config.has_value 'PASSWORD'; then bashio::log.info "Setting password to the value defined in options"