Commit 9a6470c7 authored by 白秀江's avatar 白秀江

Update project-deploy.sh

parent 8e340e20
...@@ -21,7 +21,7 @@ while [ $COUNT -lt 1 ]; do ...@@ -21,7 +21,7 @@ while [ $COUNT -lt 1 ]; do
if [ $COUNT -gt 0 ]; then if [ $COUNT -gt 0 ]; then
break break
fi fi
let $TIMES=$TIMES+1 let $TIMES=TIMES+1
if [ $TIMES -gt 20 ]; then if [ $TIMES -gt 20 ]; then
break break
fi 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