This commit is contained in:
2025-07-02 20:08:07 -05:00
parent 52e8ecf779
commit 001faf76a3

View File

@ -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