From e23a11408088568630cb3a0080c98a5b4922b4f9 Mon Sep 17 00:00:00 2001 From: Henric Andersson Date: Wed, 15 Feb 2017 09:17:08 -0800 Subject: [PATCH] Spelling and invalid error code --- plexupdate.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plexupdate.sh b/plexupdate.sh index cf0302d..8dd05d1 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -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