mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
on unrar-fail don't process
This should return to the unrar section within nzbget.
This commit is contained in:
parent
863c8b200a
commit
419ffacab8
1 changed files with 2 additions and 2 deletions
|
@ -271,7 +271,7 @@ if [ ! "$NZBPP_PARSTATUS" -eq 2 ]; then
|
||||||
if [ -f "_brokenlog.txt" ]; then
|
if [ -f "_brokenlog.txt" ]; then
|
||||||
if (ls *.[pP][aA][rR]2 >/dev/null 2>&1); then
|
if (ls *.[pP][aA][rR]2 >/dev/null 2>&1); then
|
||||||
echo "[INFO] Post-Process: Brokenlog found, requesting par-repair"
|
echo "[INFO] Post-Process: Brokenlog found, requesting par-repair"
|
||||||
do_exit $POSTPROCESS_PARCHECK_ALL
|
exit $POSTPROCESS_PARCHECK_ALL
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
@ -314,7 +314,7 @@ if (ls *.rar >/dev/null 2>&1); then
|
||||||
# for delayed par-check/-repair at least one par-file must be already downloaded
|
# for delayed par-check/-repair at least one par-file must be already downloaded
|
||||||
if (ls *.[pP][aA][rR]2 >/dev/null 2>&1); then
|
if (ls *.[pP][aA][rR]2 >/dev/null 2>&1); then
|
||||||
echo "[INFO] Post-Process: Requesting par-repair"
|
echo "[INFO] Post-Process: Requesting par-repair"
|
||||||
do_exit $POSTPROCESS_PARCHECK_ALL
|
exit $POSTPROCESS_PARCHECK_ALL
|
||||||
fi
|
fi
|
||||||
do_exit $POSTPROCESS_ERROR
|
do_exit $POSTPROCESS_ERROR
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue