From 863c8b200a56cc701a2aeaddf43bd12ddaba64e2 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Thu, 20 Dec 2012 16:09:39 -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 ac42fda7..eeb62be6 100644 --- a/nzbget-postprocessing-files/9.0/bin/nzbget-postprocess.sh +++ b/nzbget-postprocessing-files/9.0/bin/nzbget-postprocess.sh @@ -316,7 +316,7 @@ if (ls *.rar >/dev/null 2>&1); then # 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 echo "[INFO] Post-Process: Requesting par-repair" - do_exit $POSTPROCESS_PARCHECK_ALL + exit $POSTPROCESS_PARCHECK_ALL fi do_exit $POSTPROCESS_ERROR fi