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:
@ -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;
|
||||
|
Reference in New Issue
Block a user