cli: fix spurious error when exiting the cli
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
7f0913d7b1
commit
f6a9cce09a
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ model.add_nodes({
|
|||
el.close();
|
||||
uloop.end();
|
||||
interactive = false;
|
||||
return ctx.ok();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue