aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-09-17 13:42:29 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-17 13:42:29 +0000
commit3c9fa8d1eb7c22455598bb1c73086558764742dd (patch)
tree8eb1d111fda3c28909b04d030a9cee810e5c6349 /ms/blueprintsprocessor
parent44f56d241be4de6edf6b3ccda4e44426241581ed (diff)
parent678f4ea6028ffa712be487c8f3ca92af5c2fda44 (diff)
Merge "Add -noprompt to keytool import ONAP Root CA"
Diffstat (limited to 'ms/blueprintsprocessor')
-rw-r--r--ms/blueprintsprocessor/distribution/src/main/docker/startService.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/distribution/src/main/docker/startService.sh b/ms/blueprintsprocessor/distribution/src/main/docker/startService.sh
index d1e09ddc3..14d772e41 100644
--- a/ms/blueprintsprocessor/distribution/src/main/docker/startService.sh
+++ b/ms/blueprintsprocessor/distribution/src/main/docker/startService.sh
@@ -5,6 +5,6 @@ nodeName=BlueprintsProcessor_1.0.0_$(cat /proc/self/cgroup | grep docker | sed s
echo "APP Config HOME : ${APP_CONFIG_HOME}"
export APP_HOME=/opt/app/onap
-keytool -import -trustcacerts -keystore $JAVA_HOME/jre/lib/security/cacerts -storepass changeit -alias ONAP -import -file $APP_CONFIG_HOME/ONAP_RootCA.cer
+keytool -import -noprompt -trustcacerts -keystore $JAVA_HOME/jre/lib/security/cacerts -storepass changeit -alias ONAP -import -file $APP_CONFIG_HOME/ONAP_RootCA.cer
source /etc/run.source