mirror of
https://github.com/Erreur32/cheat.git
synced 2025-01-03 11:32:17 +01:00
fix crontab command
This commit is contained in:
parent
edd7b5e806
commit
efcd687070
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ SHELL=/bin/bash
|
||||||
*/15 * * * * /home/user/command.sh
|
*/15 * * * * /home/user/command.sh
|
||||||
|
|
||||||
# every midnight
|
# every midnight
|
||||||
* 0 * * * /home/user/command.sh
|
0 0 * * * /home/user/command.sh
|
||||||
|
|
||||||
# every Saturday at 8:05 AM
|
# every Saturday at 8:05 AM
|
||||||
5 8 * * 6 /home/user/command.sh
|
5 8 * * 6 /home/user/command.sh
|
||||||
|
|
Loading…
Reference in a new issue