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