Commit dc9cb295 authored by kalvin's avatar kalvin

docker script

parent d3e197aa
......@@ -45,8 +45,9 @@ do
echo "log is exist!"
log_exist=1
else
echo "log is not exist! waiting for server start."
touch ./logs/tmp.log
echo "Log is not exist! Waiting for server start."
touch ./logs/error.log
echo "[${count}]Log is not exist or java server start error." >> /logs/error.log
fi
sleep 1
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