From c73ad0a77f67c1a9a11cff90df3e0613dd141c38 Mon Sep 17 00:00:00 2001 From: ChuckPa Date: Mon, 26 Dec 2022 11:27:08 -0500 Subject: [PATCH] Western Digital: Forgot one set of quotes --- DBRepair.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DBRepair.sh b/DBRepair.sh index 1678e44..1c26e78 100755 --- a/DBRepair.sh +++ b/DBRepair.sh @@ -428,7 +428,7 @@ HostConfig() { # Where things are PLEX_SQLITE="/mnt/HD/HD_a2/Nas_Prog/plexmediaserver/binaries/Plex SQLite" - AppSuppDir=/mnt/HD/HD*/Nas_Prog/plex_conf + AppSuppDir="$(echo /mnt/HD/HD*/Nas_Prog/plex_conf)" PID_FILE="$AppSuppDir/Plex Media Server/plexmediaserver.pid" DBDIR="$AppSuppDir/Plex Media Server/Plug-in Support/Databases" LOGFILE="$DBDIR/DBRepair.log"