From fd420cc11a86ae59ae44e6cb3d6490e27b3e929c Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Thu, 20 Dec 2012 16:11:47 -0800 Subject: [PATCH] on unrar-fail don't process This should return to the unrar section within nzbget. --- nzbget-postprocessing-files/9.0/bin/nzbget-postprocess.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nzbget-postprocessing-files/9.0/bin/nzbget-postprocess.sh b/nzbget-postprocessing-files/9.0/bin/nzbget-postprocess.sh index eeb62be6..bddf0d98 100644 --- a/nzbget-postprocessing-files/9.0/bin/nzbget-postprocess.sh +++ b/nzbget-postprocessing-files/9.0/bin/nzbget-postprocess.sh @@ -273,7 +273,7 @@ if [ ! "$NZBPP_PARSTATUS" -eq 2 ]; then if [ -f "_brokenlog.txt" ]; then if (ls *.[pP][aA][rR]2 >/dev/null 2>&1); then echo "[INFO] Post-Process: Brokenlog found, requesting par-repair" - do_exit $POSTPROCESS_PARCHECK_ALL + exit $POSTPROCESS_PARCHECK_ALL fi fi fi