mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Intel AMT manager overhall, many improvements.
This commit is contained in:
parent
3c3d5c1687
commit
1521029823
6 changed files with 316 additions and 257 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue