We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da262e commit 981514dCopy full SHA for 981514d
dumpyara.sh
@@ -143,7 +143,7 @@ fi
143
144
# Extract input via 'Firmware_extractor'
145
[[ ! -d "${INPUT}" ]] && \
146
- bash "$PWD"/Firmware_extractor/extractor.sh "${INPUT}" "${WORKING}"
+ bash "$PWD"/Firmware_extractor/extractor.sh "${INPUT}" "${WORKING}" || LOGF "Extraction failed. Aborting."
147
148
# Retrive 'extract-ikconfig' from torvalds/linux
149
if ! [[ -f "${PWD}"/extract-ikconfig ]]; then
0 commit comments