提交 c42412c7 编写于 作者: A ascrutae

修改crontab部分

上级 164d9c65
......@@ -190,7 +190,9 @@ $mvn package -Dmaven.test.skip=true
- 创建crontab并运行脚本. Create crontab and run the command.
```
>./start-analysis.sh
> crontab -e
# 此处为每20分钟执行start-analysis.sh脚本. Executed start-analysis script every 20 minutes
*/20 * * * * start-analysis.sh
```
- 查看日志. tail the log
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册