From a62cd2f4e991c860adc1092d68b950d1659d2e32 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Wed, 19 Dec 2012 12:04:59 -0800 Subject: [PATCH] fixed logging mis-match --- 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 ec015385..98f442d1 100644 --- a/nzbget-postprocessing-files/9.0/bin/nzbget-postprocess.sh +++ b/nzbget-postprocessing-files/9.0/bin/nzbget-postprocess.sh @@ -443,7 +443,7 @@ if [ "$NZBPP_CATEGORY" = "$CouchPotatoCategory" -a -d "$MoviesDownloadDir" ]; th fi # Test for category and ensure the passed directory exists as a directory. if [ "$NZBPP_CATEGORY" = "$CustomCategory" -a -d "$CustomDownloadDir" ]; then - echo "[INFO] Post-Process: Moving Movies to $MoviesDownloadDir" + echo "[INFO] Post-Process: Moving $CustomCategory to $CustomDownloadDir" cp -R "$NZBPP_DIRECTORY" "$CustomDownloadDir" if [ "$?" -ne 0 ]; then echo "[ERROR] Post-Process: Moving to $CustomDownloadDir"