From 40662d3e4808f11490a446271ed61b85bdad78eb Mon Sep 17 00:00:00 2001 From: prateek Date: Fri, 3 Mar 2017 17:05:43 +0530 Subject: [PATCH] fixing unit service path --- scripts/install_bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install_bootstrap.sh b/scripts/install_bootstrap.sh index fb0a4455f4..6ea17e4baf 100755 --- a/scripts/install_bootstrap.sh +++ b/scripts/install_bootstrap.sh @@ -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