We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d57ef8 commit 9ff5a8cCopy full SHA for 9ff5a8c
server.sh
@@ -265,7 +265,7 @@ for driver in "${!drivers[@]}"; do
265
# propagated to the network hardware yet, which curl cannot.
266
start=$(date +%s)
267
backoff=1
268
- while ! curl --fail-with-body http://"$fip_address"/; do
+ while ! curl --fail-with-body --no-progress-meter http://"$fip_address"/; do
269
# This normally succeeds immediately, but we allow it up to
270
# 300 seconds.
271
if [ $(( $(date +%s)-start )) -gt 300 ]; then
0 commit comments