We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5888cf1 commit 9033821Copy full SHA for 9033821
1 file changed
root/etc/cont-init.d/30-plex-update
@@ -10,7 +10,8 @@ cat > "${NOTOKEN_SET}" <<-EOFTOKEN
10
11
12
#####################################################
13
-# Login via webui and restart, because there was no #
+# Login via the webui at http://<ip>:32400/web #
14
+# and restart the docker, because there was no #
15
EOFTOKEN
16
17
# if preferences files doesn't exist, exit out
@@ -33,7 +34,7 @@ PLEX_TOKEN=$( sed -n 's/.*PlexOnlineToken="//p' \
33
34
# if plex token isn't found, exit out
35
if [ -z "$PLEX_TOKEN" ]; then
36
cat >> "${NOTOKEN_SET}" <<-EOFTOKEN
-# plex token in the preferences file in config #
37
+# plex token found in the preference file #
38
39
40
0 commit comments