Unverified Commit a07dfb7b authored by Eric_Lee's avatar Eric_Lee Committed by GitHub

echo CORE_HOST value when jms_core not ready (#101)

parent 1d1a48a7
......@@ -3,7 +3,7 @@
while [ "$(curl -I -m 10 -o /dev/null -s -w %{http_code} $CORE_HOST)" != "302" ]
do
echo "wait for jms_core ready"
echo "wait for jms_core $CORE_HOST ready"
sleep 2
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