Skip to content

Commit

Permalink
fix: fix wrong zookeeper directory for clear (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
GehaFearless authored Nov 16, 2022
1 parent 492ea33 commit a1ee6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/clear_zk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1ee6f1

Please sign in to comment.