From b04a45eebed5cbd5921dba5d6b1dcd8c1be41123 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sun, 22 Jan 2023 02:33:24 +0700 Subject: [PATCH] Fix cron example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34fd9eb..f73fb02 100644 --- a/README.md +++ b/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: