mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
add escape to cd command fixes #87
This commit is contained in:
parent
b369df29d0
commit
c3e6a19467
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ ConfigDir="${NZBOP_CONFIGFILE%/*}"
|
|||
tmplog="$ConfigDir/$tmp.log"
|
||||
|
||||
echo "[INFO] Post-Process: Post-processing script successfully started" | tee $tmplog
|
||||
cd "$NZBPP_DIRECTORY"
|
||||
cd "$NZBPP_DIRECTORY" || (echo "[ERROR] Post-Process: Nothing to post-process: destination directory $NZBPP_DIRECTORY isn't accessible" && do_exit $POSTPROCESS_ERROR)
|
||||
|
||||
# Determine the location of configuration file (it must be stored in
|
||||
# the directory with nzbget.conf).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue