fix meshctrl not quitting on shell error #7229

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458 2025-08-13 18:09:59 +01:00
parent 2a9daae82e
commit 28f6f5b7e0

View File

@ -2242,7 +2242,7 @@ function serverConnect() {
case 'removeuserfromusergroup':
case 'removeDeviceShare':
case 'userbroadcast': { // BROADCAST
if ((settings.cmd == 'shell') || (settings.cmd == 'upload') || (settings.cmd == 'download')) return;
if (((settings.cmd == 'shell') || (settings.cmd == 'upload') || (settings.cmd == 'download')) && (data.result == 'OK')) return;
if ((data.type == 'runcommands') && (settings.cmd != 'runcommand')) return;
if ((settings.multiresponse != null) && (settings.multiresponse > 1)) { settings.multiresponse--; break; }
if (data.responseid == 'meshctrl') {