mirror of
https://github.com/linuxserver/docker-plex.git
synced 2026-02-19 20:03:03 +08:00
Removed extra 'v' on line 21 (#37)
This pull fixes the `/etc/my_init.d/30_update_plex.sh: line 21: v: command not found` error when the container is started.
This commit is contained in:
parent
0d8d2114a6
commit
4a95ffd6b3
@ -18,7 +18,7 @@ PLEX_TOKEN=$( sed -n 's/.*PlexOnlineToken="//p' "/config/Library/Application Sup
|
||||
[ "$PLEXPASS" ] && echo "PLEXPASS is deprecated, please use VERSION"
|
||||
if [[ -z $VERSION && "$PLEXPASS" == "1" || $VERSION = "plexpass" ]]; then echo "VERSION=plexpass is depricated please use version latest"; fi
|
||||
|
||||
v
|
||||
|
||||
#Start update rutine
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user