From 66154d9a09dda180d3de00640c900504e931507d Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 20 Jun 2017 11:05:03 +0200 Subject: sum number of objects not count --- cron.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cron.sh') diff --git a/cron.sh b/cron.sh index 9e44c04..d5d7066 100644 --- a/cron.sh +++ b/cron.sh @@ -74,7 +74,7 @@ find $LOGS -name "processor-out*__????-??-??_??-??-??.log"\ | mlr --fs ", " \ --ocsv \ put '$date = sec2gmt(gmt2sec($date) // (60*60*3) * (60*60*3));' \ - then stats1 -a count -f players,matches,telemetries -g date \ + then stats1 -a sum -f players,matches,telemetries -g date \ then sort -f date \ | grep -v "1970" \ >> $PF.csv -- cgit v1.3.1