lpeet
8 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
0 deletions
-
acme.sh
|
|
@ -4400,6 +4400,7 @@ renewAll() { |
|
|
if [ "$rc" != "0" ]; then |
|
|
if [ "$rc" != "0" ]; then |
|
|
if [ "$rc" = "$RENEW_SKIP" ]; then |
|
|
if [ "$rc" = "$RENEW_SKIP" ]; then |
|
|
_info "Skipped $d" |
|
|
_info "Skipped $d" |
|
|
|
|
|
_ret="$rc" |
|
|
elif [ "$_stopRenewOnError" ]; then |
|
|
elif [ "$_stopRenewOnError" ]; then |
|
|
_err "Error renew $d, stop now." |
|
|
_err "Error renew $d, stop now." |
|
|
return "$rc" |
|
|
return "$rc" |
|
|
|