From 001faf76a321f17587b4ad5cba6e1ca773defd67 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Wed, 2 Jul 2025 20:08:07 -0500 Subject: [PATCH] . --- ProjectCode/SetupNewSystem.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ProjectCode/SetupNewSystem.sh b/ProjectCode/SetupNewSystem.sh index c584a40..80fca60 100644 --- a/ProjectCode/SetupNewSystem.sh +++ b/ProjectCode/SetupNewSystem.sh @@ -257,6 +257,7 @@ NTP_SERVER_CHECK="$(hostname |grep -c pfvsvrpi ||true)" if [ "$NTP_SERVER_CHECK" -eq 0 ]; then + print_info "Not updating NTP config, this is the TSYS Stratum1 NTP server..." cat ./ConfigFiles/NTP/ntp.conf > /etc/ntpsec/ntp.conf systemctl restart ntpsec.service