46 Star 107 Fork 29

Angus / es_data_export

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
stop.sh 275 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 not running..."
else
echo "stopping es_data_export..."
PID="$(cat "$PIDFILE")"
kill -9 $PID
rm "$PIDFILE"
echo "...es_data_export stopped"
fi
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

搜索帮助