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 84ecc64 commit 62e4ee2Copy full SHA for 62e4ee2
1 file changed
init/30_update_plex.sh
@@ -26,6 +26,7 @@ if [[ -z $VERSION && "$PLEXPASS" == "1" || $VERSION = "plexpass" ]]; then echo "
26
if [[ "$VERSION" = latest || "$VERSION" = plexpass ]]; then
27
VERSION=$PLEX_LATEST
28
echo "Target version: $VERSION set by: latest\plexpass"
29
+elif [[ -z "$VERSION" ]]; then
30
else
31
echo "Target version: $VERSION set by: manually"
32
fi
0 commit comments