mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-20 21:33:16 -07:00
Add link to FAQ in deprecation notice
This commit is contained in:
parent
5e2be15d9d
commit
f22e257498
1 changed files with 1 additions and 2 deletions
|
@ -35,8 +35,7 @@ getPlexToken() {
|
||||||
elif getPlexServerToken; then
|
elif getPlexServerToken; then
|
||||||
[ "$VERBOSE" = "yes" ] && info "Fetching token from Plex server"
|
[ "$VERBOSE" = "yes" ] && info "Fetching token from Plex server"
|
||||||
elif [ -z "$TOKEN" -a -n "$EMAIL" -a -n "$PASS" ]; then
|
elif [ -z "$TOKEN" -a -n "$EMAIL" -a -n "$PASS" ]; then
|
||||||
#TOFIX
|
warn "Storing your email and password has been deprecated. Please re-run extras/installer.sh or see https://github.com/mrworf/plexupdate#faq"
|
||||||
warn "Storing your email and password has been deprecated. Please re-run extras/installer.sh or see LINK_TO_FAQ."
|
|
||||||
getPlexWebToken
|
getPlexWebToken
|
||||||
# Check if we're connected to a terminal
|
# Check if we're connected to a terminal
|
||||||
elif [ -z "$TOKEN" -a -t 0 ]; then
|
elif [ -z "$TOKEN" -a -t 0 ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue