commit | 13d8fccf50c21e3fe7f84120e53150c55a15e1b2 | [log] [tgz] |
---|---|---|
author | Koushik K. Dutta <koushd@gmail.com> | Sun Mar 07 14:15:14 2010 -0800 |
committer | Koushik K. Dutta <koushd@gmail.com> | Sun Mar 07 14:15:14 2010 -0800 |
tree | 6fbaf089c5b7db08df067adeadfaf9751a3f1f61 | |
parent | 32e4111df5698438832a11348279e7b956215388 [diff] [blame] |
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); } } }