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.
pull/38/head 15
Daniel Miller 9 years ago committed by Stian Buch Larsen
parent 0d8d2114a6
commit b9224a43b0

@ -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…
Cancel
Save