Modificar configure

This commit is contained in:
manuel 2024-02-22 12:01:52 -01:00
parent c710af26b6
commit ab713b917c
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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