diff --git a/plexupdate.sh b/plexupdate.sh index 7e7f1b6..e3ae6c3 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -89,7 +89,7 @@ do (-p) PUBLIC=yes;; (-u) AUTOUPDATE=yes;; (-U) AUTOUPDATE=no;; - (-r) AUTOSTART=no;; + (-r) AUTOSTART=yes;; (--) ;; (-*) echo "Error: unrecognized option $1" 1>&2; exit 1;; (*) break;;