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

修改前端生成页面

parent ec565e94
...@@ -24,7 +24,7 @@ fi ...@@ -24,7 +24,7 @@ fi
pid=`ps ax | grep -i "$MAIN_CLASS" | grep java | grep -v grep | awk '{print $1}'` pid=`ps ax | grep -i "$MAIN_CLASS" | grep java | grep -v grep | awk '{print $1}'`
if [ -z "$pid" ] ; then if [ -z "$pid" ] ; then
writelog "No Server running." writelog "No Server running."
exit 0; #exit 0;
fi fi
writelog "stoping application $PROJECT_NAME......" writelog "stoping application $PROJECT_NAME......"
......
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