Skip to content

Commit

Permalink
feat: append '-v' while dumping with 'dumpyara'
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoninoScordino committed Dec 14, 2024
1 parent 870d119 commit 0a61cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ fi

if [[ "${USE_ALT_DUMPER}" == "false" ]]; then
sendTG_edit_wrapper temporary "${MESSAGE_ID}" "${MESSAGE}"$'\n'"Extracting firmware with Python dumper..." > /dev/null
uvx dumpyara "${FILE}" -o "${PWD}" || {
uvx dumpyara -v "${FILE}" -o "${PWD}" || {
sendTG_edit_wrapper permanent "${MESSAGE_ID}" "${MESSAGE}"$'\n'"<code>Extraction failed!</code>" > /dev/null
terminate 1
}
Expand Down

0 comments on commit 0a61cdd

Please sign in to comment.