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 62e4ee2 commit 058e0beCopy full SHA for 058e0be
1 file changed
init/30_update_plex.sh
@@ -27,6 +27,7 @@ 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
+ echo "Target version: Version not set, Defaulting to supplied version"
31
else
32
echo "Target version: $VERSION set by: manually"
33
fi
0 commit comments