aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2022-06-08 21:22:26 +0300
committerEvgeny Zinoviev <me@ch1p.io>2022-06-08 21:22:26 +0300
commit6cbe6e11ae592c36f2798317206236a2ddfc2f0e (patch)
treee54d6a3008f5fbfb0b5c9307b70f6e135d5a5d9e
parent0555059583d89d455754f2b468e9671bc6f14060 (diff)
readme: update cron example
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 465945c..cf1527c 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ Test that it works:
Add cron task (`crontab -e`):
- 0,30 * * * * /usr/local/bin/lrpb exec
+ 0,30 * * * * /usr/local/bin/lrpb exec >/dev/null
## License