diff options
author | Marco Platania <platania@research.att.com> | 2017-04-28 22:58:47 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-04-28 22:58:47 -0400 |
commit | c55d79043a44fbfea2d2aa8781acfec4ee0d3a17 (patch) | |
tree | f5345bbfa7a638420e8524258d1cd09022c10c3e | |
parent | 8fd2a119846d5d52a3cff0281f6861cd62d2cf85 (diff) |
fix issue with DCAE config file
Change-Id: Ie3f8234f930d6a410097d8e90206ecdd2d84b77d
Signed-off-by: Marco Platania <platania@research.att.com>
-rw-r--r-- | boot/dcae_install.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/boot/dcae_install.sh b/boot/dcae_install.sh index 410a7424..0d347b6a 100644 --- a/boot/dcae_install.sh +++ b/boot/dcae_install.sh @@ -159,8 +159,7 @@ then dcae_cdap00_float_ip_addr: $DCAE_HDP1_FLOAT_IP dcae_cdap01_float_ip_addr: $DCAE_HDP2_FLOAT_IP dcae_cdap02_float_ip_addr: $DCAE_HDP3_FLOAT_IP - - EOF_CONFIG +EOF_CONFIG fi # Run docker containers |