netboot is the frontend to take the hit, it forwards to pfvsvrpi.

This commit is contained in:
2025-07-02 20:19:19 -05:00
parent d3e4fb5014
commit 1d14c9c9a2

View File

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