mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 17:46:38 +00:00
Merge pull request #2360 from chenglch/updatenodereturn
return error code when updatenode command completed
This commit is contained in:
commit
6fe66551e1
@ -2252,6 +2252,9 @@ s/Running of postscripts has completed/Redeliver security files has completed/;
|
||||
}
|
||||
}
|
||||
}
|
||||
if($response->{errorcode}) {
|
||||
$rsp->{errorcode} = $response->{errorcode};
|
||||
}
|
||||
$CALLBACK->($rsp);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user