Skip to content

Commit b59272d

Browse files
committed
Add /usr/local/plexdata as prefs file location
1 parent 6b57932 commit b59272d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PMS_Updater.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ if [ -f /Plex\ Media\ Server/Preferences.xml ]; then
1313
elif
1414
[ -f /usr/local/plex/Plex\ Media\ Server/Preferences.xml ]; then
1515
PREFS="/usr/local/plex/Plex Media Server/Preferences.xml"
16+
elif
17+
[ -f /usr/local/plexdata/Plex\ Media\ Server/Preferences.xml ]; then
18+
PREFS="/usr/local/plexdata/Plex Media Server/Preferences.xml"
1619
elif
1720
[ -f /usr/local/plexdata-plexpass/Plex\ Media\ Server/Preferences.xml ]; then
1821
PREFS="/usr/local/plexdata-plexpass/Plex Media Server/Preferences.xml"

0 commit comments

Comments
 (0)