Commit cde50cad authored by 赵啸非's avatar 赵啸非

修改前端生成页面

parent 0068cfba
...@@ -84,6 +84,7 @@ do ...@@ -84,6 +84,7 @@ do
jcpid=`ps -ef | grep -v "grep" | grep "$MAIN_CLASS" | grep "app.port=$PORT" | sed -n '1P' | awk '{print $2}'` jcpid=`ps -ef | grep -v "grep" | grep "$MAIN_CLASS" | grep "app.port=$PORT" | sed -n '1P' | awk '{print $2}'`
if [ $jcpid ]; then if [ $jcpid ]; then
writelog "The $PROJECT_NAME start finished, PID is $jcpid" writelog "The $PROJECT_NAME start finished, PID is $jcpid"
trap "kill $!"
exit $SUCCESS exit $SUCCESS
else else
writelog "starting the application .. $i" writelog "starting the application .. $i"
......
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