mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-10 05:14:12 +00:00
Merge e13923e58427a45a13c00c04c365ee60985dace2 into ed3066aae71a808f46890922efadaed9d4aa045a
This commit is contained in:
commit
82b5137586
1
acme.sh
1
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user