aboutsummaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-10-26 14:01:36 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-26 14:01:36 +0000
commitd4d0d9fa55382eadfe759baccfaf6408f6338d28 (patch)
tree7d24a073d7904cfc03d5502adde6b0294eee95df /boot
parentd223f054b61ae993696b6ee6bfc484e3c58dd04b (diff)
parenta3069b261d1e029f32d77f6aa8e78478f1354b21 (diff)
Merge "Fix text substitution keyname typo"
Diffstat (limited to 'boot')
-rw-r--r--boot/dcae2_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/dcae2_install.sh b/boot/dcae2_install.sh
index 59c8e5ed..a03e30bd 100644
--- a/boot/dcae2_install.sh
+++ b/boot/dcae2_install.sh
@@ -76,7 +76,7 @@ mkdir -p /opt/app/config
# private key
-cp /opt/config/priv_key /opt/app/config/key
+sed -e 's/\\n/\n/g' /opt/config/priv_key | sed -e 's/^[ \t]*//g; s/[ \t]*$//g' > /opt/app/config/key
chmod 777 /opt/app/config/key
# move keystone url file