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