1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-21 13:22:55 +00:00

minor, add message

This commit is contained in:
neilpang
2016-10-27 22:47:19 +08:00
parent f940b2a58e
commit 9e45ac939b
+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;