提交 e6e9f6f4 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

crontab

上级 1b6f2430
......@@ -45,9 +45,11 @@ compile_mac:
copy_files:
@echo 'start copy files'
@cp -r {conf,runtime,demo} ${BIN_DIR}
@for platform in `ls ${BIN_OUT}`; do cp -r {bin/conf,bin/runtime,bin/demo} "${BIN_OUT}$${platform}/${BINARY}"; done
@cp -r {xdoc/check_service.*,conf,runtime,demo} ${BIN_DIR}
@chmod +x bin/check_service.sh
@for platform in `ls ${BIN_OUT}`; \
do cp -r {bin/check_service.*,bin/conf,bin/runtime,bin/demo} "${BIN_OUT}$${platform}/${BINARY}"; done
package:
@echo 'start package'
......
*/1 * * * * ./check_service.sh ztf 8848 >> check_service.log
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册