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

update

parent 098cbea0
...@@ -8,11 +8,6 @@ function startJavaProject() ...@@ -8,11 +8,6 @@ function startJavaProject()
{ {
sh $config_server/show_info.sh $project 重新启动 $desc sh $config_server/show_info.sh $project 重新启动 $desc
cd $project_path/$project cd $project_path/$project
if [[ $? = 0 ]]; then
echo "successful"
else
echo "Faile"
fi
for file in `ls $project_path/$project` for file in `ls $project_path/$project`
do do
if [[ $file = ${project}.jar ]]; then if [[ $file = ${project}.jar ]]; then
......
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