2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-23 11:40:25 +00:00

Debug command output10

This commit is contained in:
Mark Gurevich
2022-07-13 14:23:21 -04:00
parent 25de4415eb
commit 96392c2785

View File

@@ -1692,10 +1692,8 @@ sub runcmd
print "MG rc=$rc";
$rc = $rc >> 8;
$::RUNCMD_RC = $rc;
print "MG RUNCMD_RC=$::RUNCMD_RC";
print " RUNCMD_RC=$::RUNCMD_RC\n";
}
print "MG1 " . Dumper \@$outref;
print "MG2 " . Dumper @$outref;
print "MG3 " . Dumper $outref;
chomp(@$outref);
return @$outref;