This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| add_a_timeout [2025/06/02 22:41] – ken | add_a_timeout [2026/07/07 23:13] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 33: | Line 33: | ||
| < | < | ||
| timeout 1m until curl --silent --fail-with-body 10.0.0.1: | timeout 1m until curl --silent --fail-with-body 10.0.0.1: | ||
| - | sleep 1 | + | |
| done | done | ||
| </ | </ | ||
| Line 42: | Line 42: | ||
| < | < | ||
| timeout 1m bash -c "until curl --silent --fail-with-body 10.0.0.1: | timeout 1m bash -c "until curl --silent --fail-with-body 10.0.0.1: | ||
| - | sleep 1 | + | |
| done" | done" | ||
| </ | </ | ||