This commit is contained in:
deathbybandaid 2023-03-14 10:16:01 -04:00
parent 4f0bc6c841
commit 4c75f5ab86
2 changed files with 2 additions and 2 deletions

View File

@ -1692,7 +1692,7 @@ do
# Quit/Exit # Quit/Exit
98|sourcefile) 98|sourcefile)
HostConfig HostConfig
echo "$AppSuppDir" export "PLEX_APPLICATION_SUPPORT_DIR=$AppSuppDir"
exit exit
;; ;;

View File

@ -2,7 +2,7 @@
# ChuckPa already wrote a great function for getting host info # ChuckPa already wrote a great function for getting host info
bash ./DBRepair.sh show 99 >/dev/null 2>&1 bash ./DBRepair.sh show 99 >/dev/null 2>&1
echo "$AppSuppDir" echo "$PLEX_APPLICATION_SUPPORT_DIR"