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

修改前端生成页面

parent 8c44c275
...@@ -23,8 +23,8 @@ fi ...@@ -23,8 +23,8 @@ 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
echo "No Server running." writelog "No Server running."
exit 9; 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