mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-25 05:23:36 -04:00
Merge pull request #2638 from MiteshShah/patch-1
Better way to retry curl
This commit is contained in:
commit
e523006b3b
1 changed files with 2 additions and 6 deletions
|
@ -5,10 +5,6 @@ if [ -f $FILE ]
|
|||
then
|
||||
echo "File $FILE exists..."
|
||||
else
|
||||
curl localhost
|
||||
curl localhost
|
||||
curl localhost
|
||||
curl localhost
|
||||
curl localhost
|
||||
curl --retry 5 localhost
|
||||
touch /tmp/curl_done
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue