Modificar configure
This commit is contained in:
parent
c710af26b6
commit
ab713b917c
|
@ -67,7 +67,7 @@ function get_timezone() {
|
||||||
timezone=${file#*zoneinfo/}
|
timezone=${file#*zoneinfo/}
|
||||||
if [[ $timezone == "$file" ]]; then
|
if [[ $timezone == "$file" ]]; then
|
||||||
# not pointing to expected location or not Region/City
|
# not pointing to expected location or not Region/City
|
||||||
echo "Europe/London"
|
echo "Atlantic/Azores"
|
||||||
else
|
else
|
||||||
echo "$timezone"
|
echo "$timezone"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue