test
This commit is contained in:
parent
d75f7261af
commit
a6b5ce45ae
@ -6,6 +6,6 @@
|
||||
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`
|
||||
LOCAL_PLEX_TOKEN=`cat "${PLEX_PREFERENCES_XML}" | sed -e 's;^.* PlexOnlineToken=";;' | sed -e 's;".*$;;' | tail -1`
|
||||
|
||||
echo "Local Token found in $PLEX_PREFERENCES_XML: $LOCAL_PLEX_TOKEN"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user