summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/distribution/src/main/docker/startService.sh
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-02-12 16:06:01 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-12 16:06:01 +0000
commit702a59b0ac36cfdd9eed43e539f953f5277877eb (patch)
tree6772fe2b3f009020109c247aae53c419f8fa7d70 /ms/blueprintsprocessor/distribution/src/main/docker/startService.sh
parentd67af8c778829f3116bef2d13f761286e1a34f16 (diff)
parentdba22de28e496ae2d6d2fde9384fd1187e4b8fc1 (diff)
Merge "Jython execution component and service"
Diffstat (limited to 'ms/blueprintsprocessor/distribution/src/main/docker/startService.sh')
-rw-r--r--[-rwxr-xr-x]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 79bcbc06..5f75de8a 100755..100644
--- a/ms/blueprintsprocessor/distribution/src/main/docker/startService.sh
+++ b/ms/blueprintsprocessor/distribution/src/main/docker/startService.sh
@@ -5,5 +5,5 @@ 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
-cp -rf /config /opt/app/onap/
+mv -rf /config /opt/app/onap/
source /etc/run.source