Commit cc63aae5 authored by laser's avatar laser
Browse files

bug(wrap in parens to ensure message sent to stderr)

parent ea4ff72c
...@@ -37,7 +37,7 @@ for attempt in `seq 1 $attempts`; do ...@@ -37,7 +37,7 @@ for attempt in `seq 1 $attempts`; do
sleep_seconds=$(echo "scale=2; ${sleep_ms}/1000" | bc) sleep_seconds=$(echo "scale=2; ${sleep_ms}/1000" | bc)
>&2 echo "sleeping ${sleep_seconds}s and then retrying ($((attempt + 1))/${attempts})" (>&2 echo "sleeping ${sleep_seconds}s and then retrying ($((attempt + 1))/${attempts})")
sleep "${sleep_seconds}" sleep "${sleep_seconds}"
done 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