From b12bbbf41b711471777b0a32b6efb6cf9ab795e5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 19 Jul 2025 21:37:16 +0200 Subject: [PATCH] Update 00-global_var.sh --- .templates/00-global_var.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.templates/00-global_var.sh b/.templates/00-global_var.sh index 93577b629..7187e029c 100755 --- a/.templates/00-global_var.sh +++ b/.templates/00-global_var.sh @@ -117,7 +117,8 @@ done ################ # Set timezone # ################ -set +e +set +eu + if [ -n "$TZ" ] && [ -f /etc/localtime ]; then if [ -f /usr/share/zoneinfo/"$TZ" ]; then echo "Timezone set from $(cat /etc/timezone) to $TZ"