This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new f5e9f35a62 [INLONG-8918][DataProxy] Change tube to tubemq  (#8919)
f5e9f35a62 is described below

commit f5e9f35a622e8d12e2878e395da8a4086370acaf
Author: Zfancy <[email protected]>
AuthorDate: Fri Sep 15 17:14:36 2023 +0800

    [INLONG-8918][DataProxy] Change tube to tubemq  (#8919)
---
 bin/inlong-daemon | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/inlong-daemon b/bin/inlong-daemon
index 2660078125..952a47b371 100644
--- a/bin/inlong-daemon
+++ b/bin/inlong-daemon
@@ -78,7 +78,7 @@ start_inlong_audit() {
     bash +x ./bin/proxy-start.sh pulsar
   fi
   if [ "${mq_type}" = "tubemq" ]; then
-    bash +x ./bin/proxy-start.sh tube
+    bash +x ./bin/proxy-start.sh tubemq
   fi
   if [ "${mq_type}" = "kafka" ]; then
     bash +x ./bin/proxy-start.sh kafka

Reply via email to