1
0
Fork 0
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:
Ylian Saint-Hilaire 2020-10-27 23:55:00 -07:00
parent 00750c75cd
commit e3ae2733af
13 changed files with 511 additions and 3341 deletions

View file

@ -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 {