mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2025-11-06 03:08:55 -05:00
v1.0.0 release
This commit is contained in:
commit
52f4c6b90f
@ -517,7 +517,7 @@ HostConfig() {
|
||||
return 0
|
||||
|
||||
# BINHEX Plex image
|
||||
elif [-f /usr/lib/python3.10/binhex.py ] && [ -d "/config/Plex Media Server" ]; then
|
||||
elif [ -f /usr/lib/python3.10/binhex.py ] && [ -d "/config/Plex Media Server" ]; then
|
||||
|
||||
PLEX_SQLITE="/usr/lib/plexmediaserver/Plex SQLite"
|
||||
AppSuppDir="/config"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user