From f6c1b877382db70cd5ce9085b9d6fe3dffd3dc1c Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Thu, 2 Apr 2020 03:22:37 -0400 Subject: [PATCH] typo fix in tz var --- .local/bin/change_timezones | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/change_timezones b/.local/bin/change_timezones index 3ce0606e..46cda8db 100755 --- a/.local/bin/change_timezones +++ b/.local/bin/change_timezones @@ -1,6 +1,6 @@ #!/bin/sh -tz=$(date "+"%Z") +tz=$(date "+%Z") if (( $EUID != 0 )); then echo "Please run as root"