From 9849bd37ad169e696e2b6fff9211240db8571852 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 14 Mar 2023 13:53:59 -0400 Subject: [PATCH] test --- plex-freshen.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plex-freshen.sh b/plex-freshen.sh index a5a4262..d0e66f5 100644 --- a/plex-freshen.sh +++ b/plex-freshen.sh @@ -3,10 +3,12 @@ update_from_cli() { # ChuckPa already wrote a great function for getting host info source ./HostConfig.sh + echo "Getting Host Information" + HostConfig plex_scanner_location="$PKGDIR/Plex Media Scanner" echo "Getting Plex Library list" - echo "$PLEX_SQLITE" + echo "$plex_scanner_location" } update_from_api() {