From f22e2574980faa781b0e947e13b3741baebc099b Mon Sep 17 00:00:00 2001 From: Alex Malinovich Date: Sat, 4 Mar 2017 14:31:41 -0800 Subject: [PATCH] Add link to FAQ in deprecation notice --- plexupdate-core | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plexupdate-core b/plexupdate-core index c23d49a..3a4e1c9 100755 --- a/plexupdate-core +++ b/plexupdate-core @@ -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