netboot is the frontend to take the hit, it forwards to pfvsvrpi.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user