mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
MeshCtrl fix.
This commit is contained in:
parent
2e7f56c46f
commit
9516cb9d11
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ if (args['_'].length == 0) {
|
|||
case 'serverinfo': { ok = true; break; }
|
||||
case 'userinfo': { ok = true; break; }
|
||||
case 'listusers': { ok = true; break; }
|
||||
case 'listgroups': { ok = true; break; }
|
||||
case 'listdevicegroups': { ok = true; break; }
|
||||
case 'adddevicegroup': {
|
||||
if (args.name == null) { console.log("Message group name, use --name [name]"); }
|
||||
else { ok = true; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue