Commit 55f34fc2 by giaogiao

JenkinsRestart

parent 7959107f
#! /bin/shell
# 停止服务
ps aux|grep bootstrap-2.0|awk '{print $2}'|xargs kill -9
# 启动新jar
nohup java -jar bootstrap-2.0.jar &>/dev/null &
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment