Commit f27ed937 authored by wentao.suo's avatar wentao.suo
parents d95be95b dc9cb295
...@@ -45,8 +45,9 @@ do ...@@ -45,8 +45,9 @@ do
echo "log is exist!" echo "log is exist!"
log_exist=1 log_exist=1
else else
echo "log is not exist! waiting for server start." echo "Log is not exist! Waiting for server start."
touch ./logs/tmp.log touch ./logs/error.log
echo "[${count}]Log is not exist or java server start error." >> /logs/error.log
fi fi
sleep 1 sleep 1
done done
......
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