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 \