From 39fecd8cf83fa83b8d824bcd4e188582f44bf832 Mon Sep 17 00:00:00 2001 From: kamly <121368588@qq.com> Date: Fri, 2 Mar 2018 11:31:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 257bb53..cd6e94a 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,8 @@ vim include/config.php mkdir /data/logs/crontab/ crontab -e -*/1 * * * * php /data/www/spare.charmingkamly.cn/github-webhooks/worker.php &>> /data/logs/crontab/github-webhooks-worker.log +# github-webhooks 检测 +*/1 * * * * php /data/www/spare.charmingkamly.cn/github-webhooks/worker.php >> /data/logs/crontab/github-webhooks-worker.log 2>&1 ``` ### 编写执行脚本