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"