Do not exit just because on os or arch defined for node

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13998 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2012-10-12 11:49:01 +00:00
parent c9e0617ac9
commit 4b3a85a303

View File

@ -263,7 +263,7 @@ sub makescript
push @{$rsp->{data}},
"No os or arch setting in nodetype table for $node.\n";
xCAT::MsgUtils->message("E", $rsp, $callback);
return undef;
#return undef;
}
}