From 7b3549c617a7afb0746a2bb6b7d6e58ad3c066f5 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Wed, 2 Jul 2025 07:55:58 -0500 Subject: [PATCH] . --- ProjectCode/SetupNewSystem.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectCode/SetupNewSystem.sh b/ProjectCode/SetupNewSystem.sh index 72fac4c..1cbcf93 100644 --- a/ProjectCode/SetupNewSystem.sh +++ b/ProjectCode/SetupNewSystem.sh @@ -332,7 +332,7 @@ systemctl stop rsyslog systemctl start rsyslog if [ "$KALI_CHECK" = 0 ]; then - cat ./ConfigFiles/NTP/ntp.conf > /etc/ntp.conf + cat ./ConfigFiles/NTP/ntp.conf > /etc/ntpsec/ntp.conf systemctl restart ntpsec.service fi