need to hide the UI to reboot
diff --git a/recovery.c b/recovery.c
index afbb5a5..1df7739 100644
--- a/recovery.c
+++ b/recovery.c
@@ -556,6 +556,7 @@
         if (extendedcommand_file_exists()) {
             if (0 == run_and_remove_extendedcommand()) {
                 status = INSTALL_SUCCESS;
+                ui_set_show_text(0);
             }
         }
     }