Merge d8afd1909d into 66686de4e4
This commit is contained in:
commit
1cc0bb5309
1
acme.sh
1
acme.sh
@ -4401,6 +4401,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="$RENEW_SKIP"
|
||||||
elif [ "$_stopRenewOnError" ]; then
|
elif [ "$_stopRenewOnError" ]; then
|
||||||
_err "Error renew $d, stop now."
|
_err "Error renew $d, stop now."
|
||||||
return "$rc"
|
return "$rc"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user