From 609380585612f00c6f8bbb0a78ccdea2a988a5bd Mon Sep 17 00:00:00 2001 From: Henric Andersson Date: Thu, 16 Feb 2017 19:29:53 -0800 Subject: [PATCH] Accidentially changed default behavior PUBLIC should be no again Fixes 167 --- plexupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexupdate.sh b/plexupdate.sh index 8f994ac..eec2f47 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -58,7 +58,7 @@ PLEXPORT=32400 # (aka "Advanced" settings, can be overriden with config file) FORCE=no FORCEALL=no -PUBLIC=yes +PUBLIC=no AUTOINSTALL=no AUTODELETE=no AUTOUPDATE=no