This commit is contained in:
Alex Malinovich 2017-02-19 20:27:29 -08:00
commit b56d1c0082

View file

@ -153,7 +153,7 @@ configure_plexupdate() {
fi fi
if yesno $default; then if yesno $default; then
PUBLIC=no PUBLIC=no
source "${FULL_PATH}/get-plex-token" source "${FULL_PATH}/extras/get-plex-token"
getPlexToken getPlexToken
if [ -z "$TOKEN" ]; then if [ -z "$TOKEN" ]; then
abort "Failed to retrieve Plex token, please try again." abort "Failed to retrieve Plex token, please try again."