aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema-service/src/main/docker/docker-entrypoint.sh
diff options
context:
space:
mode:
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;