From f5a119f197cf7cdf9a065adf5ad87578e0c57c5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=97=AD?= Date: Tue, 27 Oct 2020 22:27:12 +0800 Subject: [PATCH] [ISSUE #2366] Fix tproducer start faild with parameter w --- distribution/benchmark/tproducer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/benchmark/tproducer.sh b/distribution/benchmark/tproducer.sh index ac4bbf3e..9ced41f8 100644 --- a/distribution/benchmark/tproducer.sh +++ b/distribution/benchmark/tproducer.sh @@ -15,4 +15,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -sh ./runclass.sh org.apache.rocketmq.example.benchmark.TransactionProducer $@ +sh ./runclass.sh org.apache.rocketmq.example.benchmark.TransactionProducer $@ & -- GitLab