Intel AMT manager overhall, many improvements.

This commit is contained in:
Ylian Saint-Hilaire
2020-10-15 16:08:36 -07:00
parent 3c3d5c1687
commit 1521029823
6 changed files with 316 additions and 257 deletions

View File

@@ -1334,7 +1334,7 @@ function CreateMeshCentralServer(config, args) {
}
// Setup the Intel AMT manager
if ((obj.args.amtmanager == true) || (typeof obj.args.amtmanager == 'object')) {
if (obj.args.amtmanager == true) {
obj.amtManager = require('./amtmanager.js').CreateAmtManager(obj);
}