From adc53be37d4b0a00704e00f94a6f28c9c89f6da3 Mon Sep 17 00:00:00 2001 From: Devin Slick Date: Fri, 23 Oct 2015 17:04:54 -0500 Subject: [PATCH] Fixed AUTOSTART parameter default value --- plexupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;;