From 7f503642ba96604f7cbb2b2c2570ae0a60395cc4 Mon Sep 17 00:00:00 2001 From: ChuckPa Date: Sat, 15 Oct 2022 16:59:58 -0400 Subject: [PATCH] Docker: Simplify LSIO + PlexInc image detection --- DBRepair.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DBRepair.sh b/DBRepair.sh index eaadf9c..5e607f9 100755 --- a/DBRepair.sh +++ b/DBRepair.sh @@ -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"