mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2025-11-06 03:08:55 -05:00
Docker: Simplify LSIO + PlexInc image detection
This commit is contained in:
parent
03e738ec8f
commit
7f503642ba
@ -392,8 +392,8 @@ HostConfig() {
|
||||
return 0
|
||||
|
||||
|
||||
# Docker (s6)
|
||||
elif [ -f /bin/s6-svscan ] && [ -f /plex_service.sh ] && [ -f /plex-common.sh ]; then
|
||||
# Docker
|
||||
elif [ -f /bin/s6-svscan ] && [ -d "/config/Library/Application Support" ]; then
|
||||
|
||||
PLEX_SQLITE="/usr/lib/plexmediaserver/Plex SQLite"
|
||||
AppSuppDir="/config/Library/Application Support"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user