mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-11 15:21:29 +00:00
Debug command output8
This commit is contained in:
@ -1695,7 +1695,7 @@ sub runcmd
|
||||
print "MG RUNCMD_RC=$::RUNCMD_RC";
|
||||
}
|
||||
print "MG1 " . Dumper \@$outref;
|
||||
print "MG2 " . Dumper @outref;
|
||||
print "MG2 " . Dumper @$outref;
|
||||
print "MG3 " . Dumper $outref;
|
||||
chomp(@$outref);
|
||||
return @$outref;
|
||||
|
Reference in New Issue
Block a user