From b9224a43b031150fbd7093c2c2708b13e6bb1fb4 Mon Sep 17 00:00:00 2001 From: Daniel Miller Date: Mon, 23 May 2016 05:17:14 -0700 Subject: [PATCH] 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. --- init/30_update_plex.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/30_update_plex.sh b/init/30_update_plex.sh index d7d86e3..ef95e5b 100644 --- a/init/30_update_plex.sh +++ b/init/30_update_plex.sh @@ -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