mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-09 21:49:43 -05:00
Added server process cleanup.
This commit is contained in:
@@ -614,6 +614,10 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
|
||||
parent.parent.performServerUpdate();
|
||||
break;
|
||||
}
|
||||
case 'print': {
|
||||
console.log(cmdargs["_"][0]);
|
||||
break;
|
||||
}
|
||||
case 'updatecheck': {
|
||||
parent.parent.getLatestServerVersion(function (currentVer, newVer, error) {
|
||||
var r2 = 'Current Version: ' + currentVer + '\r\n';
|
||||
|
||||
Reference in New Issue
Block a user