Browse Source

Fix cron example

master
Luke Childs 2 years ago
committed by GitHub
parent
commit
b04a45eebe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -69,7 +69,7 @@ Completed in 16 seconds
Clone this repo and add `checkvolumesize` to your path. Then add a cron job as root.
```
*/10 * * * * checkvolumesize --log [options] >> /var/logs/checkvolumesize.log"
*/10 * * * * checkvolumesize [options] --log >> /var/log/checkvolumesize.log
```
You may also need to add:

Loading…
Cancel
Save