mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
Improved logging description
This commit is contained in:
parent
68142c9835
commit
c297aff99b
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user