Compare commits

..

No commits in common. "dea8a805ce3033411ddd9871105310e2cfab4bf2" and "e2acd24593d45fd95ce172e97ed64c8049c74c3f" have entirely different histories.

2 changed files with 4 additions and 7 deletions

View File

@ -2,12 +2,12 @@
#########################################################################
# Database Repair Utility for Plex Media Server. #
# Maintainer: ChuckPa #
# Version: v1.11.09 #
# Date: 31-Jul-2025 #
# Version: v1.11.08 #
# Date: 06-Jul-2025 #
#########################################################################
# Version for display purposes
Version="v1.11.09"
Version="v1.11.08"
# Have the databases passed integrity checks
CheckedDB=0
@ -719,7 +719,7 @@ HostConfig() {
AppSuppDir="/config"
PID_FILE="$AppSuppDir/plexmediaserver.pid"
DBDIR="$AppSuppDir/Plug-in Support/Databases"
CACHEDIR="$AppSuppDir/Cache/PhotoTranscoder"
CACHEDIR="$AppSuppDir/Plex Media Server/Cache/PhotoTranscoder"
LOGFILE="$DBDIR/DBRepair.log"
LOG_TOOL="logger"

View File

@ -8,9 +8,6 @@
![Maintenance](https://img.shields.io/badge/Maintained-Yes-green.svg)
# Release Info:
v1.11.09
1. HotIO Paths - Path defined for Cache dir (and PhotoTranscoder) incorrect. Fixed.
v1.11.08
1. Restart after update - Sometimes restart after update would reference the wrong path. Fixed.