Преглед изворни кода

Improved logging description

Maarten den Braber пре 6 година
родитељ
комит
c297aff99b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      dnsapi/dns_acmeproxy.sh

+ 1 - 1
dnsapi/dns_acmeproxy.sh

@@ -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"