mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2025-12-06 09:22:32 -05:00
Fix misplaced quote
This commit is contained in:
@@ -1112,7 +1112,7 @@ do
|
|||||||
|
|
||||||
# Import viewstates into working copy
|
# Import viewstates into working copy
|
||||||
Output "Importing Viewstate data"
|
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
|
# Make certain the resultant DB is OK
|
||||||
Output "Checking database following import"
|
Output "Checking database following import"
|
||||||
|
|||||||
Reference in New Issue
Block a user