From efcd687070089c5373e50c869f0d1bc555e2657f Mon Sep 17 00:00:00 2001 From: Daoctor Date: Wed, 30 Aug 2017 00:15:53 +0800 Subject: [PATCH] fix crontab command --- cheat/cheatsheets/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheat/cheatsheets/crontab b/cheat/cheatsheets/crontab index 01c75ed..6ddb6b6 100644 --- a/cheat/cheatsheets/crontab +++ b/cheat/cheatsheets/crontab @@ -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