mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
tee output
This commit is contained in:
parent
c3e6a19467
commit
6d21257a9b
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" || (echo "[ERROR] Post-Process: Nothing to post-process: destination directory $NZBPP_DIRECTORY isn't accessible" && do_exit $POSTPROCESS_ERROR)
|
||||
cd "$NZBPP_DIRECTORY" || (echo "[ERROR] Post-Process: Nothing to post-process: destination directory $NZBPP_DIRECTORY isn't accessible" | tee $tmplog && 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