diff options
author | Marco Platania <platania@research.att.com> | 2017-10-26 14:01:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-26 14:01:36 +0000 |
commit | d4d0d9fa55382eadfe759baccfaf6408f6338d28 (patch) | |
tree | 7d24a073d7904cfc03d5502adde6b0294eee95df /boot | |
parent | d223f054b61ae993696b6ee6bfc484e3c58dd04b (diff) | |
parent | a3069b261d1e029f32d77f6aa8e78478f1354b21 (diff) |
Merge "Fix text substitution keyname typo"
Diffstat (limited to 'boot')
-rw-r--r-- | boot/dcae2_install.sh | 2 |
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 |