From f935dcea1aa252b563ef9548719dd8250fb3743b Mon Sep 17 00:00:00 2001 From: KVAZAR <88580090+kvazar-network@users.noreply.github.com> Date: Sun, 1 May 2022 00:58:44 +0300 Subject: [PATCH] update crontab tasks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c74186d..26f96f9 100644 --- a/README.md +++ b/README.md @@ -34,5 +34,5 @@ whitelist=127.0.0.1 ``` @reboot /path-to/kevacoind > /dev/null 2>&1 * * * * * /path-to/kevacoind > /dev/null 2>&1 -* * * * * /path-to/php /path-to/crawler-full-node/crawler.php +* * * * * /path-to/php /path-to/crawler-full-node/crawler.php > /dev/null 2>&1 ```