commit | f2b0b0246e6c770647670685cb1b480f46c3e3a4 | [log] [tgz] |
---|---|---|
author | Masayoshi Kobayashi <masayoshi@onlab.us> | Fri Jun 21 14:22:24 2013 -0700 |
committer | Masayoshi Kobayashi <masayoshi@onlab.us> | Fri Jun 21 14:22:24 2013 -0700 |
tree | 2ac8dbce1d0f9681c8b2aec5cdf2d1d3b29e34d4 | |
parent | cf909f9c77ed89c5e77087d35ff28d47f971e84c [diff] |
fixed typo
diff --git a/start-zk.sh b/start-zk.sh index ddb2cb9..4e1134e 100755 --- a/start-zk.sh +++ b/start-zk.sh
@@ -8,7 +8,8 @@ function start { # Run Zookeeper with our configuration echo "Starting Zookeeper" - cp $ZK_CONF $ZKDIR/conf + cp $ZK_CONF $ZK_DIR/conf + echo "cp $ZK_CONF $ZK_DIR/conf" $ZK_DIR/bin/zkServer.sh start }