Skip to content

Commit b9224a4

Browse files
Peaches491lonix
authored andcommitted
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.
1 parent 0d8d211 commit b9224a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

init/30_update_plex.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PLEX_TOKEN=$( sed -n 's/.*PlexOnlineToken="//p' "/config/Library/Application Sup
1818
[ "$PLEXPASS" ] && echo "PLEXPASS is deprecated, please use VERSION"
1919
if [[ -z $VERSION && "$PLEXPASS" == "1" || $VERSION = "plexpass" ]]; then echo "VERSION=plexpass is depricated please use version latest"; fi
2020

21-
v
21+
2222
#Start update rutine
2323

2424

0 commit comments

Comments
 (0)