Commit 387170b8 authored by 白秀江's avatar 白秀江

更新project-deploy.sh

parent 15803e13
......@@ -20,7 +20,7 @@ function deploy() {
while [ $COUNT -lt 1 ]; do
echo -e ".\c"
sleep 1
COUNT=`curl -v $3 | grep "success" | wc -l`
COUNT=`curl -v "$3" | grep "success" | wc -l`
if [ $COUNT -gt 0 ]; then
break
fi
......
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