Commit cd5afb8b authored by QA-甘 盛聪's avatar QA-甘 盛聪

update

parent fa39c40a
......@@ -23,6 +23,8 @@ function startJavaProject()
else
echo `java -Xmx512m -XX:PermSize64m -Xloggc:/tmp/${project}.log -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -jar ${project}.jar --worker 1 --currentWorker 1 -t > /dev/null 2>&1 &`
fi
elif [[ -e $file ]] && [[ $file != ${project}.jar ]]; then
continue
else
echo "${project}.jar不存在,重启失败"
exit -1
......
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