1 Star 0 Fork 30

dodonew/es_data_export

forked from 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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/i3ef0xh4ck/es_data_export.git
[email protected]:i3ef0xh4ck/es_data_export.git
i3ef0xh4ck
es_data_export
es_data_export
master

搜索帮助