From d0a45c1a8f6885d73d88f6bd4e8f41b4087c591e Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Mon, 10 Dec 2012 18:53:34 -0800 Subject: [PATCH] Removed unwanted # --- 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 27bb6fc9..41cc5867 100644 --- a/nzbget-postprocessing-files/9.0/bin/nzbget-postprocess.sh +++ b/nzbget-postprocessing-files/9.0/bin/nzbget-postprocess.sh @@ -242,7 +242,7 @@ if (ls *.rar >/dev/null 2>&1); then # Call SickBeard's postprocessing script echo "[INFO] Post-Process: Running SickBeard's postprocessing script to notify unrar (second pass) failed" $PythonCmd $NzbToSickBeard "$NZBPP_DIRECTORY" "$NZBPP_NZBFILENAME" "1">/dev/null 2>&1 - #fi + fi if [ "$CouchPotato" = "yes" -a "$NZBPP_CATEGORY" = "$CouchPotatoCategory" -a -e "$NzbToCouchPotato" ]; then # Call CouchPotato's postprocessing script echo "[INFO] Post-Process: Running CouchPotato's postprocessing script to notify unrar (second pass) failed"