You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -278,20 +279,29 @@ If you've got a whole list of files that you want to create backup copies of, yo
278
279
279
280
_This is an [example from StackExchange](https://unix.stackexchange.com/questions/82598/how-do-i-write-a-retry-logic-in-script-to-keep-retrying-to-run-it-upto-5-times/)._
280
281
281
-
> I want to write logic in shell script which will retry it to run again after 15 sec upto 5 times based on "status code=FAIL" if it fails due to some issue.
282
+
> I want to write logic in shell script which will retry it to run again after 15 sec upto 5 times based on "status code=FAIL" if it fails due to some issue.
282
283
283
-
There are so many questions like this on StackExchange, which all end up with long threads of complicated answers.
284
+
There are so many questions like this on StackExchange, which all end up with long threads of complicated answers.
0 commit comments