Merge pull request #344 from Daoctor/master

fix crontab command
This commit is contained in:
Chris Allen Lane
2017-09-04 19:50:45 -04:00
committed by GitHub

View File

@ -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