1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-31 04:17:06 +02:00

fix crontab command

This commit is contained in:
Daoctor 2017-08-30 00:15:53 +08:00
parent edd7b5e806
commit efcd687070

@ -16,7 +16,7 @@ SHELL=/bin/bash
*/15 * * * * /home/user/command.sh
# every midnight
* 0 * * * /home/user/command.sh
0 0 * * * /home/user/command.sh
# every Saturday at 8:05 AM
5 8 * * 6 /home/user/command.sh