Commit 881320f
Add retry option to curl when uploading certificates (#17)
* Update renewAndSendToProxy.sh
Add a retry option in case curl fails
* Update renewAndSendToProxy.sh
* Update renewAndSendToProxy.sh
Fix updating the wrong variable
* Update renewAndSendToProxy.sh
Move counter update to the end of the loop, so our counter logic is
valid
* Update renewAndSendToProxy.sh
Add options to curl to hide the progress bar but show errors which can
be helpful
* Update renewAndSendToProxy.sh
Move counter back to the beginning as this avoids any logic in the print
statement
* Update renewAndSendToProxy.sh
Move sleep statement to avoid unnecessary sleep1 parent c039523 commit 881320f
1 file changed
+29
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
8 | 17 | | |
9 | 18 | | |
10 | 19 | | |
| |||
25 | 34 | | |
26 | 35 | | |
27 | 36 | | |
28 | | - | |
| 37 | + | |
29 | 38 | | |
30 | 39 | | |
31 | | - | |
32 | | - | |
33 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
34 | 56 | | |
35 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
36 | 60 | | |
37 | 61 | | |
38 | 62 | | |
| |||
0 commit comments