Browse Source

Tweak info message to avoid automated test failure

pull/715/head
Tim Kimber 4 years ago
parent
commit
34417121c3
No known key found for this signature in database GPG Key ID: 3E1804964E76BD18
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      getssl

+ 1
- 1
getssl View File

@ -2430,7 +2430,7 @@ send_signed_request() { # Sends a request to the ACME server, signed with your p
fi
debug "response status = $response_status"
if [[ "$code" -eq 500 ]]; then
info "error on acme server - trying again ...."
info "_error on acme server - trying again ...."
debug "loop_limit = $loop_limit"
sleep 5
loop_limit=$((loop_limit - 1))


Loading…
Cancel
Save