mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-05-28 04:15:51 -04:00
Merge branch 'acmesh-official:master' into skauschke/dev-148-acme-sh-dns-provider
This commit is contained in:
commit
6f4e91c8a1
1 changed files with 1 additions and 1 deletions
2
acme.sh
2
acme.sh
|
|
@ -4655,7 +4655,7 @@ issue() {
|
|||
if [ -f "$DOMAIN_CONF" ]; then
|
||||
Le_NextRenewTime=$(_readdomainconf Le_NextRenewTime)
|
||||
_debug Le_NextRenewTime "$Le_NextRenewTime"
|
||||
if [ -z "$FORCE" ] && [ "$Le_NextRenewTime" ] && [ "$(_time)" -lt "$Le_NextRenewTime" ]; then
|
||||
if [ -z "$FORCE" ] && [ -z "$_ari_should_renew" ] && [ "$Le_NextRenewTime" ] && [ "$(_time)" -lt "$Le_NextRenewTime" ]; then
|
||||
_valid_to_saved=$(_readdomainconf Le_Valid_To)
|
||||
if [ "$_valid_to_saved" ] && ! _startswith "$_valid_to_saved" "+"; then
|
||||
_info "The domain is set to be valid to: $_valid_to_saved"
|
||||
|
|
|
|||
Loading…
Reference in a new issue