Merge pull request #2638 from MiteshShah/patch-1
Better way to retry curl
This commit is contained in:
commit
e523006b3b
|
@ -5,10 +5,6 @@ if [ -f $FILE ]
|
||||||
then
|
then
|
||||||
echo "File $FILE exists..."
|
echo "File $FILE exists..."
|
||||||
else
|
else
|
||||||
curl localhost
|
curl --retry 5 localhost
|
||||||
curl localhost
|
|
||||||
curl localhost
|
|
||||||
curl localhost
|
|
||||||
curl localhost
|
|
||||||
touch /tmp/curl_done
|
touch /tmp/curl_done
|
||||||
fi
|
fi
|
Loading…
Reference in New Issue