Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-sectorbuilder
Commits
bf036d7f
Commit
bf036d7f
authored
Aug 28, 2019
by
Sidney Keese
Browse files
don't negative substring
parent
576cd686
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/retry.sh
View file @
bf036d7f
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment