Skip to content

Commit 39fecd8

Browse files
committed
修改readme.md
1 parent 40a6a45 commit 39fecd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ vim include/config.php
128128

129129
mkdir /data/logs/crontab/
130130
crontab -e
131-
*/1 * * * * php /data/www/spare.charmingkamly.cn/github-webhooks/worker.php &>> /data/logs/crontab/github-webhooks-worker.log
131+
# github-webhooks 检测
132+
*/1 * * * * php /data/www/spare.charmingkamly.cn/github-webhooks/worker.php >> /data/logs/crontab/github-webhooks-worker.log 2>&1
132133
```
133134

134135
### 编写执行脚本

0 commit comments

Comments
 (0)