mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 21:03:19 -07:00
Spelling and invalid error code
This commit is contained in:
parent
b7b0696c69
commit
e23a114080
1 changed files with 1 additions and 2 deletions
|
@ -21,7 +21,6 @@
|
|||
#
|
||||
# Returns 0 on success
|
||||
# 1 on error
|
||||
# 2 if file already downloaded
|
||||
# 3 if page layout has changed.
|
||||
# 4 if download fails
|
||||
# 6 if update was deferred due to usage
|
||||
|
@ -700,7 +699,7 @@ if [ "${AUTOSTART}" = "yes" ]; then
|
|||
fi
|
||||
|
||||
if [ "${NOTIFY}" = "yes" ]; then
|
||||
# Notify of success where we did download and possibly install the update
|
||||
# Notify success if we downloaded and possibly installed the update
|
||||
exit 10
|
||||
fi
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue