From 5cde40b662364bdd9c2af16633304904cc8ca1f3 Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Thu, 2 Apr 2020 02:28:23 -0500 Subject: [PATCH] add ntpd update --- .local/bin/change_timezones | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.local/bin/change_timezones b/.local/bin/change_timezones index e34c28fc..8bf3bd5d 100755 --- a/.local/bin/change_timezones +++ b/.local/bin/change_timezones @@ -13,3 +13,6 @@ elif [[ "$tz" == "EDT" ]]; then echo "Changed to Central timezone" fi +# Update system clock +ntpd -gq +