We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6823e3 commit 0f08c6dCopy full SHA for 0f08c6d
1 file changed
init/30_update_plex.sh
@@ -23,7 +23,7 @@ if [[ -z $VERSION && "$PLEXPASS" == "1" || $VERSION = "plexpass" ]]; then echo "
23
#Start update rutine
24
25
26
-if [ "$VERSION" = latest || "$VERSION" = plexpass ]; then
+if [[] "$VERSION" = latest || "$VERSION" = plexpass ]]; then
27
VERSION=$PLEX_LATEST
28
echo "Target version: $VERSION set by: latest\plexpass"
29
else
0 commit comments