You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by he...@apache.org on 2022/03/07 16:05:44 UTC

[incubator-inlong] branch master updated: [INLONG-2987][DataProxy] Fix typo in dataproxy-start.sh (#2988)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 25080b5  [INLONG-2987][DataProxy] Fix typo in dataproxy-start.sh (#2988)
25080b5 is described below

commit 25080b552f887eb9c2f88c0597c8bc948234ca87
Author: xueyingzhang <86...@users.noreply.github.com>
AuthorDate: Tue Mar 8 00:05:08 2022 +0800

    [INLONG-2987][DataProxy] Fix typo in dataproxy-start.sh (#2988)
---
 inlong-dataproxy/bin/dataproxy-start.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inlong-dataproxy/bin/dataproxy-start.sh b/inlong-dataproxy/bin/dataproxy-start.sh
index 3dfc7a8..311a738 100755
--- a/inlong-dataproxy/bin/dataproxy-start.sh
+++ b/inlong-dataproxy/bin/dataproxy-start.sh
@@ -20,7 +20,7 @@
 #
 cd "$(dirname "$0")"/../conf || exit
 
-for i in {mx.properties,transfer.properties,weight.properties,common.properties,blacklist.properties,groupid_mapping.properties,dc_mapping.properties,topics.properties,tube_switch.properties,thrid_party_cluster.properties}
+for i in {mx.properties,transfer.properties,weight.properties,common.properties,blacklist.properties,groupid_mapping.properties,dc_mapping.properties,topics.properties,tube_switch.properties,third_party_cluster.properties}
 do
   if [ ! -f "$i" ]; then
     touch "$i"