Commit 40c2929f authored by 赵啸非's avatar 赵啸非

修改前端生成页面

parent ede69cb9
......@@ -14,7 +14,7 @@ fi
pid=`ps ax | grep -i "$MAIN_CLASS" | grep java | grep -v grep | awk '{print $1}'`
if [ -z "$pid" ] ; then
echo "No Server running."
exit -1;
exit 9;
fi
echo "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