Skip to content

Commit 62e4ee2

Browse files
committed
Added alternative for VERSION not being set.
1 parent 84ecc64 commit 62e4ee2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

init/30_update_plex.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ if [[ -z $VERSION && "$PLEXPASS" == "1" || $VERSION = "plexpass" ]]; then echo "
2626
if [[ "$VERSION" = latest || "$VERSION" = plexpass ]]; then
2727
VERSION=$PLEX_LATEST
2828
echo "Target version: $VERSION set by: latest\plexpass"
29+
elif [[ -z "$VERSION" ]]; then
2930
else
3031
echo "Target version: $VERSION set by: manually"
3132
fi

0 commit comments

Comments
 (0)