mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-13 08:21:08 +02:00
Curl will not retry after most errors, just connection timeouts and some HTTP errors. In our case the most likely error is network unreachable. Instead use our simple-minded but trusty block_until_url script to wait.