mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Added --removesubdomain command, #3440
This commit is contained in:
@@ -1287,6 +1287,7 @@ module.exports.CreateMeshAgent = function (parent, db, ws, req, args, domain) {
|
||||
delete command.action;
|
||||
command.updateTime = Date.now();
|
||||
command._id = 'if' + obj.dbNodeKey;
|
||||
command.domain = domain.id;
|
||||
command.type = 'ifinfo';
|
||||
db.Set(command);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user