1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-20 12:52:56 +00:00

Merge pull request #347 from Neilpang/dev

minor, add message
This commit is contained in:
neil
2016-10-27 22:48:39 +08:00
committed by GitHub
+1 -1
View File
@@ -2158,7 +2158,7 @@ __get_domain_new_authz() {
break
fi
_authz_i="$(_math "$_authz_i" + 1)"
_info "Sleep $_authz_i to retry."
_info "The server is busy, Sleep $_authz_i to retry."
_sleep "$_authz_i"
done;