From d29cb8ff0a6f5f201def1c6ec576f5fe7859da19 Mon Sep 17 00:00:00 2001 From: KVAZAR <88580090+kvazar-network@users.noreply.github.com> Date: Sun, 1 May 2022 00:59:27 +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 d4b4059..47e432a 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,5 @@ https://github.com/kvazar-network/database #### crontab ``` -* * * * * /path-to/php /path-to/crawler-api-node/crawler.php +* * * * * /path-to/php /path-to/crawler-api-node/crawler.php > /dev/null 2>&1 ```