Improved logging description

This commit is contained in:
Maarten den Braber 2019-05-06 18:31:58 +02:00
parent 68142c9835
commit c297aff99b
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ _acmeproxy_request() {
## Let's see if we get something intelligible back from the unit
if echo "$response" | grep "\"$txtvalue\"" > /dev/null; then
_info "Successfully created the txt record"
_info "Successfully updated the txt record"
return 0
else
_err "Error encountered during record addition"