mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Slim down meshcore, removed WSMAN from agent.
This commit is contained in:
parent
00750c75cd
commit
e3ae2733af
13 changed files with 511 additions and 3341 deletions
|
@ -1161,7 +1161,7 @@ function configureAmt2() {
|
|||
console.log("Unable to get Intel AMT UUID: " + apfarg.clientuuid);
|
||||
exit(1); return;
|
||||
} else {
|
||||
settings.apftunnel = require('apfclient')({ debug: (settings.debuglevel > 0) }, apfarg);
|
||||
settings.apftunnel = require('amt-apfclient')({ debug: (settings.debuglevel > 0) }, apfarg);
|
||||
settings.apftunnel.onJsonControl = configureJsonControl;
|
||||
settings.apftunnel.onChannelClosed = function () { exit(0); }
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue