46 Star 107 Fork 29

Angus / es_data_export

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
run.sh 271 Bytes
一键复制 编辑 原始数据 按行查看 历史
Angus 提交于 2018-11-19 12:28 . 初次提交
APPDIR=`pwd`
PIDFILE=$APPDIR/es_data_export.pid
if [ -f "$PIDFILE" ] && kill -0 $(cat "$PIDFILE"); then
echo "es_data_export is already running..."
exit 1
fi
nohup java -jar $APPDIR/es_data_export.jar >/dev/null 2>&1 &
echo $! > $PIDFILE
echo "start es_data_export..."
Java
1
https://gitee.com/hongjie95/es_data_export.git
git@gitee.com:hongjie95/es_data_export.git
hongjie95
es_data_export
es_data_export
master

搜索帮助