Fix (not) asking to make sure to flash in scripts
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user