remove bogus error message

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@11066 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott
2011-11-29 15:42:21 +00:00
parent db165108ea
commit f7daa1c360
@@ -10790,12 +10790,6 @@ sub rmdsklsnode
# make sure to preserve links etc.
my $cpcmd2 = qq~mkdir -m 644 -p $tftpbak; /usr/bin/cp -h -p $tftploc/* $tftpbak~;
$output = xCAT::Utils->runcmd("$cpcmd2", -1);
if ($::RUNCMD_RC != 0)
{
my $rsp;
push @{$rsp->{data}}, "Could not copy $tftploc to $tftpbak.\n";
xCAT::MsgUtils->message("E", $rsp, $callback);
}
# for each node
my @nodesfailed;