From 90338212f64eaa420be903e8773f292ec07837cd Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sat, 2 Jul 2016 20:28:43 +0100 Subject: [PATCH] working on plex update script --- root/etc/cont-init.d/30-plex-update | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/root/etc/cont-init.d/30-plex-update b/root/etc/cont-init.d/30-plex-update index bf917e2..3bdf1c6 100644 --- a/root/etc/cont-init.d/30-plex-update +++ b/root/etc/cont-init.d/30-plex-update @@ -10,7 +10,8 @@ cat > "${NOTOKEN_SET}" <<-EOFTOKEN ##################################################### -# Login via webui and restart, because there was no # +# Login via the webui at http://:32400/web # +# and restart the docker, because there was no # EOFTOKEN # if preferences files doesn't exist, exit out @@ -33,7 +34,7 @@ PLEX_TOKEN=$( sed -n 's/.*PlexOnlineToken="//p' \ # if plex token isn't found, exit out if [ -z "$PLEX_TOKEN" ]; then cat >> "${NOTOKEN_SET}" <<-EOFTOKEN -# plex token in the preferences file in config # +# plex token found in the preference file # #####################################################