need to hide the UI to reboot

This commit is contained in:
Koushik K. Dutta 2010-03-07 14:15:14 -08:00
parent 32e4111df5
commit 13d8fccf50

View File

@ -556,6 +556,7 @@ main(int argc, char **argv)
if (extendedcommand_file_exists()) {
if (0 == run_and_remove_extendedcommand()) {
status = INSTALL_SUCCESS;
ui_set_show_text(0);
}
}
}