Commit bf036d7f authored by Sidney Keese's avatar Sidney Keese
Browse files

don't negative substring

parent 576cd686
......@@ -39,5 +39,5 @@ for attempt in `seq 1 $attempts`; do
>&2 echo "sleeping ${sleep_seconds}s and then retrying ($((attempt + 1))/${attempts})"
sleep "${sleep_ms:0:-3}.${sleep_ms: -3}"
sleep "${sleep_seconds}"
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