mirror of
https://github.com/cheat/cheat.git
synced 2025-09-02 18:18:30 +02:00
crontab: fix typo in comment
This commit is contained in:
@ -11,7 +11,7 @@ SHELL=/bin/bash
|
|||||||
| +------- hour (0 - 23)
|
| +------- hour (0 - 23)
|
||||||
+--------- minute (0 - 59)
|
+--------- minute (0 - 59)
|
||||||
|
|
||||||
# examples entries
|
# example entries
|
||||||
# every 15 min
|
# every 15 min
|
||||||
*/15 * * * * /home/user/command.sh
|
*/15 * * * * /home/user/command.sh
|
||||||
# every midnight
|
# every midnight
|
||||||
|
Reference in New Issue
Block a user