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

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 6e713a3  fix sed command execution abnormal in the install file. 
(#4685)
6e713a3 is described below

commit 6e713a3832fcf7d3180c20dffd19c9646f170b23
Author: zhuangchong <[email protected]>
AuthorDate: Thu Feb 4 23:16:51 2021 +0800

    fix sed command execution abnormal in the install file. (#4685)
---
 install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh
index 7991275..723ee90 100755
--- a/install.sh
+++ b/install.sh
@@ -53,7 +53,7 @@ sed -i ${txt} 
"s#java.security.krb5.conf.path.*#java.security.krb5.conf.path=${k
 sed -i ${txt} 
"s#login.user.keytab.username.*#login.user.keytab.username=${keytabUserName}#g" 
conf/common.properties
 sed -i ${txt} 
"s#login.user.keytab.path.*#login.user.keytab.path=${keytabPath}#g" 
conf/common.properties
 sed -i ${txt} "s#zookeeper.quorum.*#zookeeper.quorum=${zkQuorum}#g" 
conf/zookeeper.properties
-sed -i ${txt} 
"s\#zookeeper.dolphinscheduler.root.*#zookeeper.dolphinscheduler.root=${zkRoot}#g"
 conf/zookeeper.properties
+sed -i ${txt} 
"s#\#zookeeper.dolphinscheduler.root.*#zookeeper.dolphinscheduler.root=${zkRoot}#g"
 conf/zookeeper.properties
 sed -i ${txt} "s#server.port.*#server.port=${apiServerPort}#g" 
conf/application-api.properties
 sed -i ${txt} "s#mail.server.host.*#mail.server.host=${mailServerHost}#g" 
conf/alert.properties
 sed -i ${txt} "s#mail.server.port.*#mail.server.port=${mailServerPort}#g" 
conf/alert.properties

Reply via email to