mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-09 21:10:15 +00:00
remove bogus error msg
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11713 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -363,11 +363,6 @@ sub get_nim_attr_val
|
||||
xCAT::InstUtils->xcmd($callback, $sub_req, "xdsh", $target, $cmd, 0);
|
||||
if ($::RUNCMD_RC != 0)
|
||||
{
|
||||
if ($::VERBOSE) {
|
||||
my $rsp;
|
||||
push @{$rsp->{data}}, "Could not run lsnim command: \'$cmd\'.\n";
|
||||
xCAT::MsgUtils->message("E", $rsp, $callback);
|
||||
}
|
||||
return undef;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user