mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
fix name of tmp.log
This commit is contained in:
parent
d81e289c20
commit
4a1b246165
3 changed files with 3 additions and 3 deletions
|
@ -301,7 +301,7 @@ if [ "$NZBPR_PostProcess" = "no" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ConfigDir="${NZBOP_CONFIGFILE%/*}"
|
ConfigDir="${NZBOP_CONFIGFILE%/*}"
|
||||||
tmplog="$ConfigDir/$tmp.log"
|
tmplog="$ConfigDir/tmp.log"
|
||||||
|
|
||||||
echo "[INFO] Post-Process: Post-processing script successfully started" | tee $tmplog
|
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" | tee $tmplog && 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)
|
||||||
|
|
|
@ -266,7 +266,7 @@ if [ "$NZBPR_PostProcess" = "no" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ConfigDir="${NZBOP_CONFIGFILE%/*}"
|
ConfigDir="${NZBOP_CONFIGFILE%/*}"
|
||||||
tmplog="$ConfigDir/$tmp.log"
|
tmplog="$ConfigDir/tmp.log"
|
||||||
|
|
||||||
echo "[INFO] Post-Process: Post-process script successfully started" | tee $tmplog
|
echo "[INFO] Post-Process: Post-process script successfully started" | tee $tmplog
|
||||||
|
|
||||||
|
|
|
@ -301,7 +301,7 @@ if [ "$NZBPR_PostProcess" = "no" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ConfigDir="${NZBOP_CONFIGFILE%/*}"
|
ConfigDir="${NZBOP_CONFIGFILE%/*}"
|
||||||
tmplog="$ConfigDir/$tmp.log"
|
tmplog="$ConfigDir/tmp.log"
|
||||||
|
|
||||||
echo "[INFO] Post-Process: Post-processing script successfully started" | tee $tmplog
|
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" | tee $tmplog && 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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue