mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-20 13:23:21 -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
|
||||
[ "$VERBOSE" = "yes" ] && info "Fetching token from Plex server"
|
||||
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 LINK_TO_FAQ."
|
||||
warn "Storing your email and password has been deprecated. Please re-run extras/installer.sh or see https://github.com/mrworf/plexupdate#faq"
|
||||
getPlexWebToken
|
||||
# Check if we're connected to a terminal
|
||||
elif [ -z "$TOKEN" -a -t 0 ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue