From 7b120e3ba11397065b76dbce38df98ea5a06718b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?HUC=20St=C3=A9phane?= Date: Thu, 29 Jul 2021 19:49:44 +0200 Subject: [PATCH] Fix informations! --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a4cc404..9cb3d66 100644 --- a/README.md +++ b/README.md @@ -85,15 +85,15 @@ server "pfstat" { * Yearly views: It's possible to obtain and see yearly views. Uncomment blocks view on -both pfstat* files, and this need to change too crontab time to delete — -*(the third line)*. +both pfstat* files; this need to change too the crontab time to delete — +*(the third line).* ### crontab ``` ### pfstat * * * * * /usr/local/bin/pfstat -q -d /var/db/pfstat/pfstat.db -15 * * * * /usr/local/bin/pfstat -p -d /var/db/pfstat/pfstat.db; /dir/convert-img.sh ; chown -R www /var/www/htdocs/pfstat +*/15 * * * * /usr/local/bin/pfstat -p -d /var/db/pfstat/pfstat.db; /dir/convert-img.sh ; chown -R www /var/www/htdocs/pfstat 30 0 * * * /usr/local/bin/pfstat -t 30 -d /var/db/pfstat/pfstat.db ```