Skip to content

Commit 25521a4

Browse files
committed
Removed extra "]"
1 parent 0f08c6d commit 25521a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

init/30_update_plex.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [[ -z $VERSION && "$PLEXPASS" == "1" || $VERSION = "plexpass" ]]; then echo "
2323
#Start update rutine
2424

2525

26-
if [[] "$VERSION" = latest || "$VERSION" = plexpass ]]; then
26+
if [[ "$VERSION" = latest || "$VERSION" = plexpass ]]; then
2727
VERSION=$PLEX_LATEST
2828
echo "Target version: $VERSION set by: latest\plexpass"
2929
else

0 commit comments

Comments
 (0)