mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2025-12-05 08:52:31 -05:00
Fixed variable editing when reading override.conf
This commit is contained in:
@@ -338,8 +338,7 @@ HostConfig() {
|
||||
cat override.conf local.conf *.conf 2>/dev/null | grep "APPLICATION_SUPPORT_DIR" | head -1)"
|
||||
|
||||
if [ "$NewSuppDir" != "" ]; then
|
||||
NewSuppDir="${NewSuppDir//[^=]*=/}"
|
||||
NewSuppDir="${AppSuppDir//\"}"
|
||||
NewSuppDir="$(sed -e 's/.*_DIR=//' | tr -d '"' | tr -d "'")"
|
||||
|
||||
if [ -d "$NewSuppDir" ]; then
|
||||
AppSuppDir="$NewSuppDir"
|
||||
|
||||
Reference in New Issue
Block a user