From 1d14c9c9a2a1c7121229e610b44f16a70d600180 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Wed, 2 Jul 2025 20:19:19 -0500 Subject: [PATCH] netboot is the frontend to take the hit, it forwards to pfvsvrpi. --- ProjectCode/SetupNewSystem.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectCode/SetupNewSystem.sh b/ProjectCode/SetupNewSystem.sh index 9330bde..d5aea31 100644 --- a/ProjectCode/SetupNewSystem.sh +++ b/ProjectCode/SetupNewSystem.sh @@ -253,7 +253,7 @@ function global-postPackageConfiguration() { export NTP_SERVER_CHECK -NTP_SERVER_CHECK="$(hostname |grep -c pfvsvrpi ||true)" +NTP_SERVER_CHECK="$(hostname |egrep -c 'pfv-netboot|pfvsvrpi' ||true)" if [ "$NTP_SERVER_CHECK" -eq 0 ]; then