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

Added server support for agent update using meshcore.

This commit is contained in:
Ylian Saint-Hilaire 2021-01-14 16:17:56 -08:00
parent 930abd0551
commit 2f5482e230
2 changed files with 36 additions and 11 deletions

View file

@ -88,7 +88,7 @@ function getServerTargetUrlEx(url) {
require('MeshAgent').on('Connected', function () {
require('os').name().then(function (v) {
sendConsoleText("Mesh Agent Receovery Console, OS: " + v);
//sendConsoleText("Mesh Agent Receovery Console, OS: " + v);
require('MeshAgent').SendCommand(meshCoreObj);
});
});