mirror of
https://github.com/linuxserver/docker-plex.git
synced 2026-02-19 20:03:03 +08:00
Added alternative for VERSION not being set.
This commit is contained in:
parent
84ecc64b8f
commit
62e4ee2372
@ -26,6 +26,7 @@ if [[ -z $VERSION && "$PLEXPASS" == "1" || $VERSION = "plexpass" ]]; then echo "
|
||||
if [[ "$VERSION" = latest || "$VERSION" = plexpass ]]; then
|
||||
VERSION=$PLEX_LATEST
|
||||
echo "Target version: $VERSION set by: latest\plexpass"
|
||||
elif [[ -z "$VERSION" ]]; then
|
||||
else
|
||||
echo "Target version: $VERSION set by: manually"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user