diff options
Diffstat (limited to 'src/main/docker/start-mirrormaker.sh')
-rw-r--r-- | src/main/docker/start-mirrormaker.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/docker/start-mirrormaker.sh b/src/main/docker/start-mirrormaker.sh index 0e9100f..355bac0 100644 --- a/src/main/docker/start-mirrormaker.sh +++ b/src/main/docker/start-mirrormaker.sh @@ -134,8 +134,8 @@ if [[ -n "$CUSTOM_INIT_SCRIPT" ]] ; then eval $CUSTOM_INIT_SCRIPT fi cp /tmp/kafka11aaf-jar-with-dependencies.jar $KAFKA_HOME/libs -cp /tmp/keyfilenew $KAFKA_HOME/config -cp /tmp/truststoreONAPall.jks $KAFKA_HOME/config +cp /tmp/org.onap.dmaap.mr.keyfile $KAFKA_HOME/config +cp /tmp/org.onap.dmaap.mr.trust.jks $KAFKA_HOME/config cp /tmp/org.onap.dmaap.mr.p12 $KAFKA_HOME/config cp /tmp/kafka_server_jaas.conf $KAFKA_HOME/config cp /tmp/cadi.properties $KAFKA_HOME/config |