1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Added agent scripttask, updated PT-BR translation.

This commit is contained in:
Ylian Saint-Hilaire 2021-08-21 08:38:09 -07:00
parent 92b9dd38e9
commit ecac7e2711
6 changed files with 785 additions and 313 deletions

View file

@ -1659,6 +1659,10 @@ module.exports.CreateMeshAgent = function (parent, db, ws, req, args, domain) {
}
break;
}
case 'scriptTask': {
// TODO
break;
}
default: {
parent.agentStats.unknownAgentActionCount++;
parent.parent.debug('agent', 'Unknown agent action (' + obj.remoteaddrport + '): ' + JSON.stringify(command) + '.');