From e30053be35eceaa0b699d23151a444448003414c Mon Sep 17 00:00:00 2001 From: ChuckPa Date: Sat, 12 Nov 2022 23:01:40 -0500 Subject: [PATCH] Fix misplaced quote --- DBRepair.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DBRepair.sh b/DBRepair.sh index f5f43f2..9b285d3 100755 --- a/DBRepair.sh +++ b/DBRepair.sh @@ -1112,7 +1112,7 @@ do # Import viewstates into working copy Output "Importing Viewstate data" - "$PLEX_SQLITE" $CPPL.db < "$TMPDIR/Viewstate.sql-$TimeStamp 2> /dev/null" + "$PLEX_SQLITE" $CPPL.db < "$TMPDIR/Viewstate.sql-$TimeStamp" 2> /dev/null # Make certain the resultant DB is OK Output "Checking database following import"