summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/distribution/src/main/docker/startService.sh
blob: 88497156f511320f35994e674ef75c3d58a87510 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

nodeName=BlueprintsProcessor_1.0.0_$(cat /proc/self/cgroup | grep docker | sed s/\\//\\n/g | tail -1)

echo "APP Config HOME : ${APP_CONFIG_HOME}"
export APP_HOME=/opt/app/onap

source /etc/run.source