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 0f08c6d commit 25521a4Copy full SHA for 25521a4
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