NZBPP_PARFAILED no longer passed.

Will notify hugbug
This commit is contained in:
clinton-hall 2013-02-07 21:57:53 -08:00
commit 1654d3367c

View file

@ -233,7 +233,7 @@ if [ "$BadConfig" -eq 1 ]; then
fi fi
# Check par status # 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 if [ "$NZBPP_PARSTATUS" -eq 3 ]; then
echo "[WARNING] Post-Process: Par-check successful, but Par-repair disabled, exiting" echo "[WARNING] Post-Process: Par-check successful, but Par-repair disabled, exiting"
else else