change crontab example

This commit is contained in:
Pavel Muhortov 2023-05-30 21:12:21 +03:00
parent 9395460d86
commit c170e3f830

View File

@ -169,7 +169,7 @@ EOF
```bash
# sudo crontab -e
* * * * * /usr/bin/python3 /usr/local/bin/my-route.py --update
0 0 * * * /usr/bin/python3 /usr/local/bin/my-route.py --update
```
____