Commit c297aff9 authored by Maarten den Braber's avatar Maarten den Braber
Browse files

Improved logging description

parent 68142c98
...@@ -73,7 +73,7 @@ _acmeproxy_request() { ...@@ -73,7 +73,7 @@ _acmeproxy_request() {
## Let's see if we get something intelligible back from the unit ## Let's see if we get something intelligible back from the unit
if echo "$response" | grep "\"$txtvalue\"" > /dev/null; then if echo "$response" | grep "\"$txtvalue\"" > /dev/null; then
_info "Successfully created the txt record" _info "Successfully updated the txt record"
return 0 return 0
else else
_err "Error encountered during record addition" _err "Error encountered during record addition"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment