Skip to content

Commit 0f08c6d

Browse files
committed
Fix for version detector
1 parent a6823e3 commit 0f08c6d

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)