mirror of
https://github.com/daylinmorgan/git-server.git
synced 2024-11-13 16:17:52 -06:00
set correct crontab
This commit is contained in:
parent
beb2e2083a
commit
8672f7147a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue