Fix misplaced quote

This commit is contained in:
ChuckPa
2022-11-12 23:01:40 -05:00
parent b645e0f205
commit e30053be35

View File

@@ -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"