Fix image flashing: attempt 2
We missed a spot! Change-Id: Ic838f4a23107b4d52d3fb1d7a875e265726c4516 (cherry picked from commit e9a3ee2693df3b9ebe7f501bc93411065559b5f1)
This commit is contained in:
committed by
Dees Troy
parent
e080c1f8fb
commit
9059499ccd
+1
-1
@@ -445,7 +445,7 @@ int twrpTar::createTarFork(pid_t *tar_fork_pid) {
|
||||
part_settings->progress->UpdateDisplayDetails(true);
|
||||
|
||||
if (!part_settings->adbbackup) {
|
||||
InfoManager backup_info(backup_folder + partition_name + ".info");
|
||||
InfoManager backup_info(backup_folder + "/" + partition_name + ".info");
|
||||
backup_info.SetValue("backup_size", size_backup);
|
||||
if (use_compression && use_encryption)
|
||||
backup_info.SetValue("backup_type", COMPRESSED_ENCRYPTED);
|
||||
|
||||
Reference in New Issue
Block a user