mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
fixed logging mis-match
This commit is contained in:
parent
56f85e2779
commit
a62cd2f4e9
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ if [ "$NZBPP_CATEGORY" = "$CouchPotatoCategory" -a -d "$MoviesDownloadDir" ]; th
|
||||||
fi
|
fi
|
||||||
# Test for category and ensure the passed directory exists as a directory.
|
# Test for category and ensure the passed directory exists as a directory.
|
||||||
if [ "$NZBPP_CATEGORY" = "$CustomCategory" -a -d "$CustomDownloadDir" ]; then
|
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"
|
cp -R "$NZBPP_DIRECTORY" "$CustomDownloadDir"
|
||||||
if [ "$?" -ne 0 ]; then
|
if [ "$?" -ne 0 ]; then
|
||||||
echo "[ERROR] Post-Process: Moving to $CustomDownloadDir"
|
echo "[ERROR] Post-Process: Moving to $CustomDownloadDir"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue