mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2025-12-07 09:52:30 -05:00
Merge pull request #4 from 2bits/newsuppdir-add-echo
Fix echo variable pipe for NewSuppDir
This commit is contained in:
@@ -338,7 +338,7 @@ HostConfig() {
|
||||
cat override.conf local.conf *.conf 2>/dev/null | grep "APPLICATION_SUPPORT_DIR" | head -1)"
|
||||
|
||||
if [ "$NewSuppDir" != "" ]; then
|
||||
NewSuppDir="$(sed -e 's/.*_DIR=//' | tr -d '"' | tr -d "'")"
|
||||
NewSuppDir="$(echo $NewSuppDir | sed -e 's/.*_DIR=//' | tr -d '"' | tr -d "'")"
|
||||
|
||||
if [ -d "$NewSuppDir" ]; then
|
||||
AppSuppDir="$NewSuppDir"
|
||||
|
||||
Reference in New Issue
Block a user