Compare commits

4 Commits

Author SHA1 Message Date
Chuck
0d5f850c56 Merge pull request #168 from ChuckPa/chuckpa/Manual-config-flag
ManualConfig flag not set with --sqlite option
2024-07-01 02:21:53 -04:00
ChuckPa
7b3a4d7173 v1.07.1 - Update Release Notes 2024-07-01 02:20:14 -04:00
Chuck
6df10f9c3d Merge pull request #167 from ChuckPa/chuckpa/Manual-config-flag
ManualConfig flag not set with --sqlite option
2024-07-01 02:19:09 -04:00
ChuckPa
1d182271d9 ManualConfig flag not set with --sqlite option
This is cosmetic but fixing anyway as both --databases and --sqlite are used as a pair.
2024-07-01 02:12:33 -04:00
2 changed files with 8 additions and 4 deletions

View File

@@ -2,12 +2,12 @@
#########################################################################
# Plex Media Server database check and repair utility script. #
# Maintainer: ChuckPa #
# Version: v1.07.00 #
# Date: 14-Jun-2024 #
# Version: v1.07.01 #
# Date: 01-Jul-2024 #
#########################################################################
# Version for display purposes
Version="v1.07.00"
Version="v1.07.01"
# Have the databases passed integrity checks
CheckedDB=0
@@ -1676,6 +1676,7 @@ do
# Or is it the direct path to Plex SQLite
elif echo "$2" | grep "Plex SQLite" > /dev/null && [ -f "$2" ] ; then
PLEX_SQLITE="$2"
ManualConfig=1
else
Output "Given 'Plex SQLite' directory/path ('$2') is invalid. Aborting."
@@ -1697,7 +1698,6 @@ do
LOGFILE="$DBDIR/DBRepair.log"
ManualConfig=1
else
Output "Given Plex databases directory ('$2') is invalid. Aborting."
exit 2

View File

@@ -8,6 +8,10 @@
![Maintenance](https://img.shields.io/badge/Maintained-Yes-green.svg)
# Release Info:
v1.07.01
1. ManualConfig - Flag missing when asserting --sqlite option. This is cosmetic but fixing anyway (--databases is ok)
v1.07.00
1. Mac start/stop - DBRepair now supports start/stop from the menu.