Manual config support

See Release notes about --sqlite and --databases options.
This commit is contained in:
ChuckPa 2024-05-05 01:22:32 -04:00
parent ec7e04dc35
commit d0084c96fb
No known key found for this signature in database
GPG Key ID: 3CE28A0F6BC31B5B
2 changed files with 2 additions and 2 deletions

View File

@ -1059,7 +1059,7 @@ DoRepair() {
[ -e $CPPL.blobs.db ] && mv $CPPL.blobs.db "$TMPDIR/$CPPL.blobs.db-BACKUP-$TimeStamp"
Output "Making repaired databases active"
WriteLog "Repair - Making repaired databases active"
WriteLog "Making repaired databases active"
mv "$TMPDIR/$CPPL.db-REPAIR-$TimeStamp" $CPPL.db
mv "$TMPDIR/$CPPL.blobs.db-REPAIR-$TimeStamp" $CPPL.blobs.db

View File

@ -28,7 +28,7 @@ v1.06.00
"exit" or "quit" is still required in interactive use.
3. Windows: DBRepair-Windows.bat now finds 32 bit PMS when installed on 64 bit Windows systems.
3. Windows: DBRepair-Windows now supports 32 bit PMS on 64 bit Windows base systems. (Mixed mode operation)
v1.05.02