fix bug 3529000: FB need set installnic first

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13032 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
zhaoertao 2012-06-08 02:35:49 +00:00
parent cd9a117e07
commit e2e71fe5a5

View File

@ -1799,7 +1799,7 @@ sub getmacs {
push @midxary,$1;
}
}
} else {
} elsif ($display !~ /yes/){
$nrtab->close;
return -1, "please set noderes.installnic or noderes.primarynic";
}