diff --git a/extract_and_push.sh b/extract_and_push.sh index 4feb105..ee2cecb 100755 --- a/extract_and_push.sh +++ b/extract_and_push.sh @@ -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 -v "${FILE}" -o "${PWD}" || { + uvx dumpyara "${FILE}" -o "${PWD}" || { sendTG_edit_wrapper permanent "${MESSAGE_ID}" "${MESSAGE}"$'\n'"Extraction failed!" > /dev/null terminate 1 }