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.
--retry 5
1 parent e2c473f commit 522b80bCopy full SHA for 522b80b
contrib/install_db4.sh
@@ -51,7 +51,7 @@ http_get() {
51
if [ -f "${2}" ]; then
52
echo "File ${2} already exists; not downloading again"
53
elif check_exists curl; then
54
- curl --insecure "${1}" -o "${2}"
+ curl --insecure --retry 5 "${1}" -o "${2}"
55
else
56
wget --no-check-certificate "${1}" -O "${2}"
57
fi
0 commit comments