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

Removed task support from agent (for now).

This commit is contained in:
Ylian Saint-Hilaire 2021-08-21 23:07:55 -07:00
parent 08f9b0666f
commit fbe37b294e
2 changed files with 2 additions and 455 deletions

View file

@ -640,7 +640,8 @@ function getIpLocationDataEx(func) {
}
// Setup script task. Allows running scripts at scheduled intervals
var scriptTask = require('scripttask');
var scriptTask = null;
try { scriptTask = require('scripttask'); } catch (ex) { }
// Remove all Gateway MAC addresses for interface list. This is useful because the gateway MAC is not always populated reliably.
function clearGatewayMac(str) {