From 4f946f10625a0fe6923368de43884935034f04f5 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 9 Feb 2022 05:21:20 -0500 Subject: [PATCH] forgot to remove exit command from timezone file after testing. --- .includes/timezone.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.includes/timezone.sh b/.includes/timezone.sh index a89bf52..4139790 100755 --- a/.includes/timezone.sh +++ b/.includes/timezone.sh @@ -32,4 +32,3 @@ sudo timedatectl set-ntp false sudo systemctl stop ntpd sudo ntpd -gq sudo systemctl enable ntpd --now -exit 0