From b56d1c008232dfff956693b4047956c44527ff29 Mon Sep 17 00:00:00 2001 From: Alex Malinovich Date: Sun, 19 Feb 2017 20:27:29 -0800 Subject: [PATCH] Fix typo --- extras/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."