remove space between mkdir -p

main
Ayush Mukherjee 3 years ago
parent 66010a52ba
commit d41fe42731

@ -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"

Loading…
Cancel
Save