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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue