summaryrefslogtreecommitdiffstats
path: root/aai-schema-service/src/main/docker/docker-entrypoint.sh
diff options
context:
space:
mode:
authorHarish Venkata Kajur <vk250x@att.com>2021-02-13 20:20:46 -0500
committerHarish Venkata Kajur <vk250x@att.com>2021-02-13 21:56:47 -0500
commit3f5740cbf3e0ea4f0837ea0e15fbbadf943a1364 (patch)
tree3db02c2e11ab5a0d437c5275602a96e641a01d07 /aai-schema-service/src/main/docker/docker-entrypoint.sh
parenta9fee2cb1c991ce478e48ecc749ded2bc55181e2 (diff)
Remove tini as onap wants one process per container
Issue-ID: AAI-3009 Change-Id: If24cdde98b05c196ff149534141e5f4c8d8ba49a Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Diffstat (limited to 'aai-schema-service/src/main/docker/docker-entrypoint.sh')
-rw-r--r--aai-schema-service/src/main/docker/docker-entrypoint.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/aai-schema-service/src/main/docker/docker-entrypoint.sh b/aai-schema-service/src/main/docker/docker-entrypoint.sh
index 1f33bdd..74d953e 100644
--- a/aai-schema-service/src/main/docker/docker-entrypoint.sh
+++ b/aai-schema-service/src/main/docker/docker-entrypoint.sh
@@ -28,13 +28,6 @@ if [[ ! -h "${APP_HOME}/scripts" ]]; then
ln -s ${APP_HOME}/bin ${APP_HOME}/scripts;
ln -s /opt/aai/logroot/AAI-SS ${APP_HOME}/logs;
- if [ ! -f ${APP_HOME}/bin/updatePem.sh ]; then
- echo "Unable to find the updatePem script";
- exit 1;
- else
- ${APP_HOME}/bin/updatePem.sh
- fi;
-
fi
scriptName=$1;