Skip to content

Commit 9033821

Browse files
committed
working on plex update script
1 parent 5888cf1 commit 9033821

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

root/etc/cont-init.d/30-plex-update

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ cat > "${NOTOKEN_SET}" <<-EOFTOKEN
1010

1111

1212
#####################################################
13-
# Login via webui and restart, because there was no #
13+
# Login via the webui at http://<ip>:32400/web #
14+
# and restart the docker, because there was no #
1415
EOFTOKEN
1516

1617
# if preferences files doesn't exist, exit out
@@ -33,7 +34,7 @@ PLEX_TOKEN=$( sed -n 's/.*PlexOnlineToken="//p' \
3334
# if plex token isn't found, exit out
3435
if [ -z "$PLEX_TOKEN" ]; then
3536
cat >> "${NOTOKEN_SET}" <<-EOFTOKEN
36-
# plex token in the preferences file in config #
37+
# plex token found in the preference file #
3738
#####################################################
3839

3940

0 commit comments

Comments
 (0)