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

laiyingchun pushed a commit to branch v2.4
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


The following commit(s) were added to refs/heads/v2.4 by this push:
     new a1ee6f1c6 fix: fix wrong zookeeper directory for clear (#1244)
a1ee6f1c6 is described below

commit a1ee6f1c6e89c0f29556560bcaa9bb585b2a2e0c
Author: liguohao <[email protected]>
AuthorDate: Wed Nov 16 23:39:29 2022 +0800

    fix: fix wrong zookeeper directory for clear (#1244)
---
 scripts/clear_zk.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/clear_zk.sh b/scripts/clear_zk.sh
index 1beec9aef..e3429633e 100755
--- a/scripts/clear_zk.sh
+++ b/scripts/clear_zk.sh
@@ -34,7 +34,7 @@ then
 fi
 
 cd $INSTALL_DIR
-ZOOKEEPER_HOME=`pwd`/apache-zookeeper-3.4.10
+ZOOKEEPER_HOME=`pwd`/zookeeper-3.4.10
 
 if [ -d "$ZOOKEEPER_HOME" ]
 then


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to