cli: fix spurious error when exiting the cli

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau 2025-03-09 10:51:46 +01:00
parent 7f0913d7b1
commit f6a9cce09a

View File

@ -40,6 +40,7 @@ model.add_nodes({
el.close();
uloop.end();
interactive = false;
return ctx.ok();
}
}
}