mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-20 13:23:21 -07:00
Fix cronwrapper showing unwanted output even while logging
This commit is contained in:
parent
b2fc6adc78
commit
17b07b8f49
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ if $LOGGING; then
|
|||
RET=1
|
||||
fi
|
||||
else
|
||||
"${SCRIPT}" "${CONF}" 2>&1 >${LOGFILE}
|
||||
"${SCRIPT}" "${CONF}" >${LOGFILE} 2>&1
|
||||
RET=$?
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue