Fix for version detector

This commit is contained in:
Stian Buch Larsen 2016-03-30 11:01:10 +02:00
parent a6823e337e
commit 0f08c6d56e

View file

@ -23,7 +23,7 @@ if [[ -z $VERSION && "$PLEXPASS" == "1" || $VERSION = "plexpass" ]]; then echo "
#Start update rutine #Start update rutine
if [ "$VERSION" = latest || "$VERSION" = plexpass ]; then if [[] "$VERSION" = latest || "$VERSION" = plexpass ]]; then
VERSION=$PLEX_LATEST VERSION=$PLEX_LATEST
echo "Target version: $VERSION set by: latest\plexpass" echo "Target version: $VERSION set by: latest\plexpass"
else else