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() {