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