touch /tmp/.installscript so we dont run backuptool

This commit is contained in:
Koushik K. Dutta 2010-03-23 15:11:16 -07:00
parent 707fa6d289
commit da3a58289f

View File

@ -536,6 +536,7 @@ int run_script(char* filename, int delete_file)
int run_and_remove_extendedcommand()
{
__system("touch /tmp/.installscript");
int i = 0;
for (i = 20; i > 0; i--) {
ui_print("Waiting for SD Card to mount (%ds)\n", i);