We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cceda4a commit bd559c8Copy full SHA for bd559c8
plex/reanalyzeItem.sh
@@ -8,9 +8,9 @@
8
9
echo "Input items are: ${1}"
10
11
-PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR='/opt/plexmediaserver/Library/Application Support' LD_LIBRARY_PATH='/usr/lib/plexmediaserver' /usr/lib/plexmediaserver/Plex\ Media\ Scanner \
+PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR='/var/lib/plexmediaserver/Library/Application Support' LD_LIBRARY_PATH='/usr/lib/plexmediaserver' /usr/lib/plexmediaserver/Plex\ Media\ Scanner \
12
--verbose \
13
--analyze \
14
--item ${1}
15
16
-exit 0
+exit 0
0 commit comments