mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added --removesubdomain command, #3440
This commit is contained in:
parent
7691265e32
commit
01dbc70098
5 changed files with 51 additions and 7 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue