From d75f7261af2728f53378a1533d59d8c461258a88 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 14 Mar 2023 09:43:17 -0400 Subject: [PATCH] test --- plex-token.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plex-token.sh b/plex-token.sh index a46a2b2..eef60ac 100644 --- a/plex-token.sh +++ b/plex-token.sh @@ -3,7 +3,7 @@ # ChuckPa already wrote a great function for getting host info #source ./DBRepair.sh show exit >/dev/null 2>&1 -PLEX_PREFERENCES_XML="/opt/plex/Library/Application Support/Plex Media Server/Preferences.xml" +PLEX_PREFERENCES_XML="/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Preferences.xml" # get token LOCAL_PLEX_TOKEN=`cat "${PREF}" | sed -e 's;^.* PlexOnlineToken=";;' | sed -e 's;".*$;;' | tail -1`