Removed extra "]"
This commit is contained in:
parent
0f08c6d56e
commit
25521a4f79
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue