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 \