set correct crontab

This commit is contained in:
Daylin Morgan 2022-08-16 14:24:00 -05:00
parent beb2e2083a
commit 8672f7147a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ add the following lines to `sudo crontab`.
```
# update repos
* */4 * * * make -C /home/daylin/git soft-repos
0 * * * * make -C /home/daylin/git soft-repos
# update container so home page is semi-accurate
0 2 * * * make -C /home/daylin/git update-soft-serve
```