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

修改前端生成页面

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