change the nandroid backup directory to something recovery specific, to reo prevent possible collisions
This commit is contained in:
parent
69b75410de
commit
5740b042b5
@ -218,7 +218,7 @@ void show_nandroid_restore_menu()
|
||||
NULL
|
||||
};
|
||||
|
||||
char* file = choose_file_menu("/sdcard/nandroid/", "", headers);
|
||||
char* file = choose_file_menu("/sdcard/clockworkmod/backup/", "", headers);
|
||||
if (file == NULL)
|
||||
return;
|
||||
char* command[PATH_MAX];
|
||||
|
Loading…
Reference in New Issue
Block a user