mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-23 19:50:21 +00:00
Return error exit code - Line #623
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@672 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -621,6 +621,7 @@ sub invoke_cmd {
|
||||
my %output;
|
||||
$output{node}->[0]->{name}->[0] = @$_[0];
|
||||
$output{node}->[0]->{data}->[0]->{contents}->[0] = @$_[1];
|
||||
$output{errorcode} = @$_[2];
|
||||
push @outhash, \%output;
|
||||
}
|
||||
my $out = $request->{pipe};
|
||||
|
Reference in New Issue
Block a user