From 3caa34489e7605265f5b5b0721c53646666ace7b Mon Sep 17 00:00:00 2001 From: Anon Date: Sun, 9 Oct 2022 12:38:37 -0700 Subject: [PATCH] Updated to reflect scheduling posts with cron --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a2afed..8f56b40 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ sudo systemctl start cronie Next, run the following commands: - `crontab -e` -- `25,55 * * * * /absolute/path/to/run.sh >> "/absolue/path/to/log.txt" 2>&1` +- `25,55 * * * * /absolute/path/to/run.sh >> "/absolute/path/to/log.txt" 2>&1` - Modify the paths above to suit your preferances - Save and exit