mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-03 09:55:57 -05:00
Fixed meshctrl shell.
This commit is contained in:
parent
ef08c0b9b8
commit
ba367abbe1
@ -1442,7 +1442,7 @@ function serverConnect() {
|
||||
case 'addusertousergroup':
|
||||
case 'removeuserfromusergroup':
|
||||
case 'userbroadcast': { // BROADCAST
|
||||
if (settings.cmd == 'upload') return;
|
||||
if ((settings.cmd == 'shell') || (settings.cmd == 'upload') || (settings.cmd == 'download')) return;
|
||||
if ((settings.multiresponse != null) && (settings.multiresponse > 1)) { settings.multiresponse--; break; }
|
||||
if (data.responseid == 'meshctrl') {
|
||||
if (data.meshid) { console.log(data.result, data.meshid); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user