2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-16 11:20:32 +00:00

return error code when updatenode command completed

close-issue: #2281
This commit is contained in:
chenglch
2017-01-03 16:10:24 +08:00
parent 72ae599ef1
commit 6ebfd712bb

View File

@ -2252,6 +2252,9 @@ s/Running of postscripts has completed/Redeliver security files has completed/;
}
}
}
if($response->{errorcode}) {
$rsp->{errorcode} = $response->{errorcode};
}
$CALLBACK->($rsp);
}