Fix (not) asking to make sure to flash in scripts

This commit is contained in:
Such Meme, Many Skill
2020-05-08 20:57:26 +02:00
parent 73ca98c6a8
commit 19fe7f15a9
5 changed files with 17 additions and 9 deletions

View File

@@ -524,7 +524,7 @@ int part_mmc_restorePart(){
if (currentlyMounted < 0)
return -1;
return mmcFlashFile(path, currentlyMounted);
return mmcFlashFile(path, currentlyMounted, false);
}
int part_fs_extractBisFile(){