From 14016abd0def7acd6c76d6a0194be38a71659e50 Mon Sep 17 00:00:00 2001 From: Stian Buch Larsen Date: Fri, 5 Jun 2015 14:33:40 +0200 Subject: [PATCH] Update 20_update_plex.sh err backwards me. --- init/20_update_plex.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init/20_update_plex.sh b/init/20_update_plex.sh index f6c44be..f68798b 100644 --- a/init/20_update_plex.sh +++ b/init/20_update_plex.sh @@ -2,9 +2,9 @@ export DEBIAN_FRONTEND=noninteractive INSTALLED=`dpkg-query -W -f='${Version}' plexmediaserver` if [ "$PLEXPASS" -eq "1" ]; then - VERSION=$(curl https://raw.githubusercontent.com/linuxserver/misc-files/master/plex-version/public) -else VERSION=$(curl https://raw.githubusercontent.com/linuxserver/misc-files/master/plex-version/plexpass) +else + VERSION=$(curl https://raw.githubusercontent.com/linuxserver/misc-files/master/plex-version/public) fi if [ "$VERSION" == "$INSTALLED" ]; then exit 0;