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:
parent
08f9b0666f
commit
fbe37b294e
2 changed files with 2 additions and 455 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue