diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-06-08 21:22:26 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-06-08 21:22:26 +0300 |
commit | 6cbe6e11ae592c36f2798317206236a2ddfc2f0e (patch) | |
tree | e54d6a3008f5fbfb0b5c9307b70f6e135d5a5d9e | |
parent | 0555059583d89d455754f2b468e9671bc6f14060 (diff) |
readme: update cron example
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |