Commit 00b8fb43 authored by 智勇's avatar 智勇

up

parent 4f378c12
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# 返回2xx, 就绪 # 返回2xx, 就绪
# 其他, 就绪 # 其他, 就绪
statusCode=`curl -I -o /dev/null -s -w %{http_code} http://localhost statusCode=`curl -I -o /dev/null -s -w %{http_code} http://localhost`
echo "statusCode: ${statusCode}" echo "statusCode: ${statusCode}"
statusCodeFirst="${statusCode:0:1}" statusCodeFirst="${statusCode:0: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