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