We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a6a45 commit 39fecd8Copy full SHA for 39fecd8
README.md
@@ -128,7 +128,8 @@ vim include/config.php
128
129
mkdir /data/logs/crontab/
130
crontab -e
131
-*/1 * * * * php /data/www/spare.charmingkamly.cn/github-webhooks/worker.php &>> /data/logs/crontab/github-webhooks-worker.log
+# github-webhooks 检测
132
+*/1 * * * * php /data/www/spare.charmingkamly.cn/github-webhooks/worker.php >> /data/logs/crontab/github-webhooks-worker.log 2>&1
133
```
134
135
### 编写执行脚本
0 commit comments