diff --git a/consul-bootstrap.sh b/consul-bootstrap.sh index 1de6349..f00be74 100755 --- a/consul-bootstrap.sh +++ b/consul-bootstrap.sh @@ -6,7 +6,7 @@ # server-ip : server ip address # create directory if doesn't exist and set permissions -mkdir -p /opt/consul/{config, data} && chmod 700 /opt/consul +mkdir -p /opt/consul/{config,data} && chmod 700 /opt/consul # parameter setup consulopts="-config-dir=/opt/consul/config -data-dir=/opt/consul/data"