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

修改前端生成页面

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