Browse Source
Merge pull request #2955 from dandv/patch-2
Fix sloppy English
pull/2962/head
neil
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
acme.sh
|
|
@ -4299,7 +4299,7 @@ $_authorizations_map" |
|
|
|
|
|
|
|
if [ "$dns_entries" ]; then |
|
|
|
if [ -z "$Le_DNSSleep" ]; then |
|
|
|
_info "Let's check each dns records now. Sleep 20 seconds first." |
|
|
|
_info "Let's check each DNS record now. Sleep 20 seconds first." |
|
|
|
_sleep 20 |
|
|
|
if ! _check_dns_entries; then |
|
|
|
_err "check dns error." |
|
|
|