This repository was archived by the owner on Dec 30, 2025. It is now read-only.
Commit 664fad6
committed
fix(Makefile): improve certbot service readiness check with a loop
Replace the timeout command with a loop to check the readiness of the
certbot service. The loop attempts to verify the service readiness up
to 30 times, with a 2-second interval between each attempt. This change
provides a more robust and clear mechanism for checking service status,
ensuring that the script exits gracefully with an error message if the
service fails to start within the given attempts. This approach avoids
the abrupt termination that could occur with the previous timeout
command.1 parent fa16997 commit 664fad6
1 file changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
509 | | - | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
510 | 520 | | |
511 | 521 | | |
512 | 522 | | |
| |||
0 commit comments