diff options
Diffstat (limited to 'recovery.cpp')
-rw-r--r-- | recovery.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recovery.cpp b/recovery.cpp index 7a987d0b..0349da3b 100644 --- a/recovery.cpp +++ b/recovery.cpp @@ -1879,6 +1879,8 @@ int main(int argc, char **argv) { sync(); + ui->Stop(); + switch (after) { case Device::SHUTDOWN: ui->Print("Shutting down...\n"); |