Skip to content
Snippets Groups Projects
Commit faac84a3 authored by scott.wang's avatar scott.wang
Browse files

Fix etcd start cmd

parent 7a101fa6
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,6 @@ usage() {
start() {
./etcd --name=${name} \
--data-dir=${data_dir} \
--wal-dir=${wal_dir} \
--initial-advertise-peer-urls http://${!ip}:${!peer_port} \
--listen-peer-urls http://${!ip}:${!peer_port} \
--listen-client-urls http://${!ip}:${!client_port},http://127.0.0.1:${!client_port} \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment