Get current timezone

This commit is contained in:
Daniel Hansson 2017-01-21 19:18:31 +01:00 committed by GitHub
parent 85135eee9a
commit 515e9b302f

View File

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