From 34417121c3f75c576d3c8e1758af64d84d0f9ec8 Mon Sep 17 00:00:00 2001 From: Tim Kimber Date: Wed, 6 Oct 2021 18:30:55 +0100 Subject: [PATCH] Tweak info message to avoid automated test failure --- getssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getssl b/getssl index cee82b72..c4712e8f 100755 --- a/getssl +++ b/getssl @@ -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))