diff --git a/acme.sh b/acme.sh index a5e4b391..8645437e 100755 --- a/acme.sh +++ b/acme.sh @@ -4400,6 +4400,7 @@ renewAll() { if [ "$rc" != "0" ]; then if [ "$rc" = "$RENEW_SKIP" ]; then _info "Skipped $d" + _ret="$rc" elif [ "$_stopRenewOnError" ]; then _err "Error renew $d, stop now." return "$rc"