mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 21:03:19 -07:00
Exit code 0 means an update was applied, so we should send output
This commit is contained in:
parent
15cb816008
commit
35a799ac03
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ else
|
|||
RET=$?
|
||||
fi
|
||||
|
||||
if [ $RET -ne 0 -a $RET -ne 2 -a $RET -ne 5 ]; then
|
||||
if [ $RET -ne 2 -a $RET -ne 5 ]; then
|
||||
# Make sure user gets an email about this
|
||||
cat ${LOGFILE} >&2
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue