Refactor batch processing in download-countries command for clarity and safety; enhance service wait function in installer script by removing unnecessary whitespace.

This commit is contained in:
Sean Morley
2025-05-26 18:06:06 -04:00
parent 9eaaadc0f2
commit 575669aedf
2 changed files with 33 additions and 6 deletions

View File

@@ -484,7 +484,6 @@ wait_for_services() {
local max_attempts=30
local attempt=1
while [ $attempt -le $max_attempts ]; do
if curl -s -o /dev/null -w "%{http_code}" "$FRONTEND_ORIGIN" | grep -q "200\|404\|302"; then
log_success "Frontend is responding"