mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
First working Intel AMT ACM activation.
This commit is contained in:
parent
973951a1c0
commit
a2667d685a
3 changed files with 3 additions and 8 deletions
|
@ -531,7 +531,7 @@ function AmtManager(agent, db, isdebug) {
|
|||
else { acmdata.index++; performAcmActivation(acmdata); }
|
||||
});
|
||||
} else {
|
||||
//debug('Calling AdminSetup()');
|
||||
debug('Calling AdminSetup() ' + JSON.stringify(acmdata));
|
||||
osamtstack.IPS_HostBasedSetupService_AdminSetup(2, acmdata.password, acmdata.nonce, 2, acmdata.signature,
|
||||
function (stack, name, responses, status) {
|
||||
debug('AdminSetup Status: ' + status);
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue