From d40dc054ccce7aec843cc921baea30bd6bf63e86 Mon Sep 17 00:00:00 2001 From: wusheng Date: Thu, 26 May 2016 15:09:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E4=B8=80=E4=B8=AA=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BUILD_DOC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD_DOC.md b/BUILD_DOC.md index a1ca2a59e..d1f9dfaa9 100644 --- a/BUILD_DOC.md +++ b/BUILD_DOC.md @@ -188,7 +188,7 @@ $mvn package -Dmaven.test.skip=true > chmod +x start-analysis.sh ``` -- 运行脚本. Run the command. +- 创建crontab并运行脚本. Create crontab and run the command. ``` >./start-analysis.sh ```