2
0
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:
sakolish
2008-03-04 20:16:35 +00:00
parent c075dc5298
commit 6a6bcaa498

View File

@@ -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};