Added alternative for VERSION not being set.
This commit is contained in:
parent
84ecc64b8f
commit
62e4ee2372
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue