From 3f32a57d1b317958cd9252fc5bb5a60cfbb9e8d5 Mon Sep 17 00:00:00 2001 From: ChuckPa Date: Tue, 14 Mar 2023 15:45:02 -0400 Subject: [PATCH] Syntax error --- DBRepair.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DBRepair.sh b/DBRepair.sh index 1c9aff3..ac82aa9 100755 --- a/DBRepair.sh +++ b/DBRepair.sh @@ -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"