mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-09 21:49:43 -05:00
Intel AMT manager overhall, many improvements.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user