diff --git a/extras/installer.sh b/extras/installer.sh index d9714f2..e848fa7 100755 --- a/extras/installer.sh +++ b/extras/installer.sh @@ -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."