Commit 22e754db authored by 智勇's avatar 智勇

add "Fail to start"

parent 5d1bf8fd
......@@ -61,6 +61,10 @@ function restartJavaProject()
#sleep 30s
ack "$ack_phrase" $project_path/logs/$log_name ${max_wait_log_generate_time} ${max_wait_ack_time}
if [ $? -ne 0 ]
then
echo "Fail to start"
fi
}
function restartNodeProject()
......
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