Skip to content

Commit

Permalink
fixing unit service path
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekpandey14 committed Mar 3, 2017
1 parent 90ad92d commit 40662d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/install_bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ sudo chmod 0755 set_nomad_as_server.sh
# Fetch various templates
cd /etc/maya.d/templates

echo "Fetching mayaserver config templates ..."
curl -sSL https://raw.githubusercontent.com/openebs/maya/master/templates/mayaserver.service.tmpl -o mayaserver.service.tmpl

echo "Fetching consul config templates ..."
curl -sSL https://raw.githubusercontent.com/openebs/maya/master/templates/consul-server.json.tmpl -o consul-server.json.tmpl
curl -sSL https://raw.githubusercontent.com/openebs/maya/master/templates/consul-server.service.tmpl -o consul-server.service.tmpl
Expand Down

0 comments on commit 40662d3

Please sign in to comment.