From 07e30e2f4f0a662dbe53a1d84483cc71d1d38681 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 21 Feb 2024 10:55:37 -0500 Subject: [PATCH] test --- plex-library-stats.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plex-library-stats.sh b/plex-library-stats.sh index 6760076..1ebcfd2 100644 --- a/plex-library-stats.sh +++ b/plex-library-stats.sh @@ -8,6 +8,8 @@ HostConfig logfile="$DBDIR/plexstats.log" db="$DBDIR/com.plexapp.plugins.library.db" +echo "$logfile" +exit echo "$(date "+%d.%m.%Y %T") PLEX LIBRARY STATS" | tee -a "$logfile" echo "Media items in Libraries" | tee -a "$logfile" query="SELECT Library, Items \