mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
add escape to cd command fixes #87
This commit is contained in:
parent
6d21257a9b
commit
7a523ce38d
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ if [ ! -d "$NZBPP_DIRECTORY" ]; then
|
|||
do_exit $POSTPROCESS_ERROR
|
||||
fi
|
||||
|
||||
cd "$NZBPP_DIRECTORY"
|
||||
cd "$NZBPP_DIRECTORY" || (echo "[ERROR] Post-Process: Nothing to post-process: destination directory $NZBPP_DIRECTORY isn't accessible" | tee $tmplog && do_exit $POSTPROCESS_ERROR)
|
||||
|
||||
# If not just repaired and file "_brokenlog.txt" exists, the collection is damaged
|
||||
# exiting with exiting code $POSTPROCESS_PARCHECK_ALL to request par-repair
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue