Skip to content

Commit

Permalink
Merge pull request #28 from SebaUbuntu/master
Browse files Browse the repository at this point in the history
dumpbot: Delete the original file also for Python's dumpyara
  • Loading branch information
akhilnarang authored Dec 7, 2023
2 parents a23d7b9 + 9d99030 commit 0f77bd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extract_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@ bash ~/Firmware_extractor/extractor.sh "${FILE}" "${PWD}" || {
terminate 1
}

rm -fv "$FILE"

PARTITIONS=(system systemex system_ext system_other
vendor cust odm odm_ext oem factory product modem
xrom oppo_product opproduct reserve india
Expand Down Expand Up @@ -221,6 +219,8 @@ done

fi

rm -fv "$FILE"

# clear the last partition status
sendTG_edit_wrapper permanent "${MESSAGE_ID}" "${MESSAGE}" > /dev/null

Expand Down

0 comments on commit 0f77bd9

Please sign in to comment.