From 1654d3367cd1632de167b610a791f70cd94222c2 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Thu, 7 Feb 2013 21:57:53 -0800 Subject: [PATCH] NZBPP_PARFAILED no longer passed. Will notify hugbug --- nzbget-postprocessing-files/10.0/nzbget-postprocess.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nzbget-postprocessing-files/10.0/nzbget-postprocess.sh b/nzbget-postprocessing-files/10.0/nzbget-postprocess.sh index 3d07c84a..66a7f75e 100644 --- a/nzbget-postprocessing-files/10.0/nzbget-postprocess.sh +++ b/nzbget-postprocessing-files/10.0/nzbget-postprocess.sh @@ -233,7 +233,7 @@ if [ "$BadConfig" -eq 1 ]; then fi # Check par status -if [ "$NZBPP_PARSTATUS" -eq 1 -o "$NZBPP_PARSTATUS" -eq 3 -o "$NZBPP_PARFAILED" -eq 1 ]; then +if [ "$NZBPP_PARSTATUS" -eq 1 -o "$NZBPP_PARSTATUS" -eq 3 ]; then if [ "$NZBPP_PARSTATUS" -eq 3 ]; then echo "[WARNING] Post-Process: Par-check successful, but Par-repair disabled, exiting" else