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

Added remote agent uninstall.

This commit is contained in:
Ylian Saint-Hilaire 2019-10-24 13:13:18 -07:00
parent 0f3355f8b9
commit 473c8d22d7
44 changed files with 277 additions and 5327 deletions

View file

@ -43,7 +43,7 @@ function start() {
jsdom = require('jsdom');
esprima = require('esprima'); // https://www.npmjs.com/package/esprima
if (minifyLib == 1) { minify = require('minify-js'); }
if (minifyLib == 2) { minify = require('html-minifier').minify; }
if (minifyLib == 2) { minify = require('html-minifier').minify; } // https://www.npmjs.com/package/html-minifier
var command = null;
if (process.argv.length > 2) { command = process.argv[2].toLowerCase(); }