From ab713b917c75dcd3d5cdfd2035d7f8fdf86dc288 Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 22 Feb 2024 12:01:52 -0100 Subject: [PATCH] Modificar configure --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 8f92a32..e893beb 100755 --- a/configure +++ b/configure @@ -67,7 +67,7 @@ function get_timezone() { timezone=${file#*zoneinfo/} if [[ $timezone == "$file" ]]; then # not pointing to expected location or not Region/City - echo "Europe/London" + echo "Atlantic/Azores" else echo "$timezone" fi