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
if yesno $default; then
PUBLIC=no
source "${FULL_PATH}/get-plex-token"
source "${FULL_PATH}/extras/get-plex-token"
getPlexToken
if [ -z "$TOKEN" ]; then
abort "Failed to retrieve Plex token, please try again."