From 515e9b302ffc19359e1c812177fb0e8ff6dbef29 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Sat, 21 Jan 2017 19:18:31 +0100 Subject: [PATCH] Get current timezone --- nextcloud-startup-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud-startup-script.sh b/nextcloud-startup-script.sh index 0207bc53..7beadc5b 100644 --- a/nextcloud-startup-script.sh +++ b/nextcloud-startup-script.sh @@ -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