mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
added adittional Debug
This commit is contained in:
parent
6633581aa3
commit
72f71b918c
1 changed files with 3 additions and 2 deletions
|
@ -103,6 +103,7 @@ nzbToMedia() {
|
||||||
if [ "$DEBUG" ]; then echo "[DETAIL] Post-Process: Executing external postprocessing with argument $1" ; fi
|
if [ "$DEBUG" ]; then echo "[DETAIL] Post-Process: Executing external postprocessing with argument $1" ; fi
|
||||||
PostProcessStatus=0
|
PostProcessStatus=0
|
||||||
if [ -n "$1" ]; then PostProcessStatus=$1 ; fi
|
if [ -n "$1" ]; then PostProcessStatus=$1 ; fi
|
||||||
|
if [ "$DEBUG" ]; then echo "[DETAIL] Post-Process: comparing '$NZBPP_CATEGORY' to '$CouchPotatoCategory' and '$SickBeardCategory'" ; fi
|
||||||
if ["$NZBPP_CATEGORY" = "$CouchPotatoCategory"]; then
|
if ["$NZBPP_CATEGORY" = "$CouchPotatoCategory"]; then
|
||||||
if [ "$CouchPotato" = "yes" -a -e "$NzbToCouchPotato" ]; then
|
if [ "$CouchPotato" = "yes" -a -e "$NzbToCouchPotato" ]; then
|
||||||
# Call Couchpotato's postprocessing script
|
# Call Couchpotato's postprocessing script
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue