From 25521a4f79cb4b2d7731a8d64a2b531f53f163ab Mon Sep 17 00:00:00 2001 From: Stian Buch Larsen Date: Thu, 7 Apr 2016 08:40:31 +0200 Subject: [PATCH] Removed extra "]" --- init/30_update_plex.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/30_update_plex.sh b/init/30_update_plex.sh index 737b8aa..33d70e0 100644 --- a/init/30_update_plex.sh +++ b/init/30_update_plex.sh @@ -23,7 +23,7 @@ if [[ -z $VERSION && "$PLEXPASS" == "1" || $VERSION = "plexpass" ]]; then echo " #Start update rutine -if [[] "$VERSION" = latest || "$VERSION" = plexpass ]]; then +if [[ "$VERSION" = latest || "$VERSION" = plexpass ]]; then VERSION=$PLEX_LATEST echo "Target version: $VERSION set by: latest\plexpass" else