Updated to reflect scheduling posts with cron

This commit is contained in:
Anon 2022-10-09 12:38:37 -07:00
parent 01287fc0dd
commit 3caa34489e

View File

@ -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