diff --git a/plex-do b/plex-do index 3185826..cf261e3 100644 --- a/plex-do +++ b/plex-do @@ -13,7 +13,7 @@ #fi # configs -PREF="/opt/plex/Library/Application Support/Plex Media Server/Preferences.xml" +PREF="/var/lib/plexmediaserver/Library/Application\ Support/Plex\ Media\ Server/Preferences.xml" # get token TOKEN=`cat "${PREF}" | sed -e 's;^.* PlexOnlineToken=";;' | sed -e 's;".*$;;' | tail -1`