mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Better way to retry curl
This commit is contained in:
parent
85570ddc77
commit
93e3a58982
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
|
Loading…
Reference in a new issue