mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-20 21:33:16 -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
|
RET=1
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
"${SCRIPT}" "${CONF}" 2>&1 >${LOGFILE}
|
"${SCRIPT}" "${CONF}" >${LOGFILE} 2>&1
|
||||||
RET=$?
|
RET=$?
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue