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/08/23 12:39:00 UTC

[inlong] branch master updated: [INLONG-5658][DataProxy] Fix incorrect docker script (#5660)

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/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 6171a2a7f [INLONG-5658][DataProxy] Fix incorrect docker script (#5660)
6171a2a7f is described below

commit 6171a2a7fdef3794d8182f3c492b91161cb372e3
Author: woofyzhao <49...@qq.com>
AuthorDate: Tue Aug 23 20:38:54 2022 +0800

    [INLONG-5658][DataProxy] Fix incorrect docker script (#5660)
---
 inlong-dataproxy/dataproxy-docker/dataproxy-docker.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inlong-dataproxy/dataproxy-docker/dataproxy-docker.sh b/inlong-dataproxy/dataproxy-docker/dataproxy-docker.sh
index c071c3ade..6fdf37926 100644
--- a/inlong-dataproxy/dataproxy-docker/dataproxy-docker.sh
+++ b/inlong-dataproxy/dataproxy-docker/dataproxy-docker.sh
@@ -25,7 +25,7 @@ sed -i "s/manager.hosts=.*$/manager.hosts=${MANAGER_OPENAPI_IP}:${MANAGER_OPENAP
 sed -i "s/audit.proxys=.*$/audit.proxys=${AUDIT_PROXY_URL}/g" "${common_conf_file}"
 sed -i "s/proxy.report.ip=.*$/proxy.report.ip=${local_ip}/g" "${common_conf_file}"
 sed -i "s/proxy.cluster.tag=.*$/proxy.cluster.tag=${CLUSTER_TAG}/g" "${common_conf_file}"
-sed -i "s/proxy.cluster.name=.*$/proxy.cluster.name=${$CLUSTER_NAME}/g" "${common_conf_file}"
+sed -i "s/proxy.cluster.name=.*$/proxy.cluster.name=${CLUSTER_NAME}/g" "${common_conf_file}"
 sed -i "s/proxy.cluster.inCharges=.*$/proxy.cluster.inCharges=${CLUSTER_IN_CHARGES}/g" "${common_conf_file}"
 
 # start