From ca1c7f266d63c6241db0a38fa790877188255542 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 10 Mar 2022 10:23:47 +0100 Subject: [PATCH] Update 00-global_var.sh --- .templates/00-global_var.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.templates/00-global_var.sh b/.templates/00-global_var.sh index 032161c53..4726b1259 100644 --- a/.templates/00-global_var.sh +++ b/.templates/00-global_var.sh @@ -30,6 +30,7 @@ done ################ # Set timezone # ################ +set +e if [ -n "$TZ" ] && [ -f /etc/localtime ]; then if [ -f /usr/share/zoneinfo/"$TZ" ]; then echo "Timezone set from $(cat /etc/timezone) to $TZ"