From f5b14e36b06ffa29f88c9e85786848e1ff44053f Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 14 Mar 2023 10:24:07 -0400 Subject: [PATCH] test --- test => HostConfig.sh | 0 plex-token.sh | 16 +++------------- 2 files changed, 3 insertions(+), 13 deletions(-) rename test => HostConfig.sh (100%) diff --git a/test b/HostConfig.sh similarity index 100% rename from test rename to HostConfig.sh diff --git a/plex-token.sh b/plex-token.sh index c7c9e60..73d92b7 100644 --- a/plex-token.sh +++ b/plex-token.sh @@ -1,19 +1,9 @@ #!/bin/bash # ChuckPa already wrote a great function for getting host info -# we will just save stuff there -#FILE="./chuckpavars" -#run_chuckvar_grab=1 -#if test -f "$FILE"; then -# source $FILE -#else -# -#fi - -bash ./DBRepair.sh sourcefile >/dev/null 2>&1 -echo "$PLEX_APPLICATION_SUPPORT_DIR" - - +source ./HostConfig.sh +HostConfig +echo "$AppSuppDir" #PLEX_PREFERENCES_XML="/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Preferences.xml"