mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
Get current timezone
This commit is contained in:
parent
85135eee9a
commit
515e9b302f
@ -571,7 +571,7 @@ fi
|
||||
clear
|
||||
|
||||
# Change Timezone
|
||||
echo "Current timezone is Europe/Stockholm"
|
||||
echo "Current timezone is $(cat /etc/timezone)"
|
||||
echo "You must change timezone to your timezone"
|
||||
echo -e "\e[32m"
|
||||
read -p "Press any key to change timezone... " -n1 -s
|
||||
|
||||
Loading…
Reference in New Issue
Block a user