From 76db00e42a375641adfdb46c56491bb18dfe1c6b Mon Sep 17 00:00:00 2001 From: Alex Malinovich Date: Mon, 11 Apr 2016 11:03:53 -0700 Subject: [PATCH] Fix KEEP option for plexpass users --- plexupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexupdate.sh b/plexupdate.sh index 2ed27b0..3de5176 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -263,7 +263,7 @@ if [ "${KEEP}" != "yes" -o ! -f /tmp/kaka ] && [ "${PUBLIC}" == "no" ]; then exit 1 fi echo "OK" -else +elif [ "$PUBLIC" != "no" ]; then # It's a public version, so change URL and make doubly sure that cookies are empty rm 2>/dev/null >/dev/null /tmp/kaka touch /tmp/kaka