diff options
author | Jack Lucas <jflucas@research.att.com> | 2017-10-17 17:39:52 +0000 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2017-10-17 17:41:21 +0000 |
commit | 775e0e7d547b2b4b38343ce7a02ccc49d5c40212 (patch) | |
tree | 1746a939be1e4a9f7f98d2a9a0edb4427acbebe1 | |
parent | afe7fb032661099b482c49d21463393d343f8675 (diff) |
Fix consul executable URL
Change-Id: I9bd8d7093df422fbb8446c295970d5f977c4c287
Issue-Id: DCAEGEN2-159
Signed-off-by: Jack Lucas <jflucas@research.att.com>
-rw-r--r-- | cloud_init/instconsulagentub16.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cloud_init/instconsulagentub16.sh b/cloud_init/instconsulagentub16.sh index 3b84b30..87c9f92 100644 --- a/cloud_init/instconsulagentub16.sh +++ b/cloud_init/instconsulagentub16.sh @@ -17,8 +17,8 @@ # limitations under the License. # ============LICENSE_END====================================================== -CONSULVER=consul_0.8.3 -CONSULNAME=${CONSULVER}_linux_amd64 +CONSULVER=0.8.3 +CONSULNAME=consul_${CONSULVER}_linux_amd64 CB=/opt/consul/bin CD=/opt/consul/data CF=/opt/consul/config |