Update 20_update_plex.sh

err backwards me.
pull/1/head
Stian Buch Larsen 10 years ago
parent 661a092159
commit 14016abd0d

@ -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;

Loading…
Cancel
Save