2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-19 04:40:21 +00:00

Debug command output7

This commit is contained in:
Mark Gurevich
2022-07-13 13:29:37 -04:00
parent 6eb9b5ef60
commit d3cbfa2b92

View File

@ -1694,9 +1694,9 @@ sub runcmd
$::RUNCMD_RC = $rc;
print "MG RUNCMD_RC=$::RUNCMD_RC";
}
print Dumper \@$outref;
print Dumper \@outref;
print Dumper \$outref;
print "MG1 " . Dumper \@$outref;
print "MG2 " . Dumper @outref;
print "MG3 " . Dumper $outref;
chomp(@$outref);
return @$outref;