Procházet zdrojové kódy

Merge branch 'dev' of github.com:peterv99/acme.sh into dev

peterv99 před 10 měsíci
rodič
revize
b30cdf0873
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      dnsapi/dns_mijnhost.sh

+ 1 - 1
dnsapi/dns_mijnhost.sh

@@ -196,7 +196,7 @@ _mijnhost_rest() {
 
     if [ "$_ret" != "0" ] || [ -z "$_code" ] || [ "$_code" = "400" ] || _contains "$response" "DNS records not managed by mijn.host"; then #Sometimes API errors out
       _request_retry_times="$(_math "$_request_retry_times" + 1)"
-      _info "REST call error $_code retrying $ep in $_retry_sleep s"
+      _info "REST call error $_code retrying $ep in ${_retry_sleep}s"
       _sleep "$_retry_sleep"
       _retry_sleep="$(_math "$_retry_sleep" \* 2)"
       continue