2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-10 14:51:30 +00:00

Debug command output6

This commit is contained in:
Mark Gurevich
2022-07-13 13:15:41 -04:00
parent 40e024975d
commit 6eb9b5ef60

View File

@ -1689,10 +1689,10 @@ sub runcmd
if ($?)
{
$rc = $?;
print "MG rc=" $rc;
print "MG rc=$rc";
$rc = $rc >> 8;
$::RUNCMD_RC = $rc;
print "MG RUNCMD_RC=" $::RUNCMD_RC;
print "MG RUNCMD_RC=$::RUNCMD_RC";
}
print Dumper \@$outref;
print Dumper \@outref;