From 12c464bad46f085ecd53e51eafb91fa04d8cd7f8 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 21 Feb 2024 10:58:00 -0500 Subject: [PATCH] test --- plex-library-stats.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plex-library-stats.sh b/plex-library-stats.sh index 1ebcfd2..b16cb3f 100644 --- a/plex-library-stats.sh +++ b/plex-library-stats.sh @@ -8,8 +8,7 @@ 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 \