summaryrefslogtreecommitdiffstats
path: root/components/aai-elasticsearch/resources/bin/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'components/aai-elasticsearch/resources/bin/run.sh')
-rw-r--r--components/aai-elasticsearch/resources/bin/run.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/components/aai-elasticsearch/resources/bin/run.sh b/components/aai-elasticsearch/resources/bin/run.sh
deleted file mode 100644
index a612c74..0000000
--- a/components/aai-elasticsearch/resources/bin/run.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-# Wait for ES to start then initialize SearchGuard
-/usr/local/bin/docker-entrypoint.sh eswrapper &
-/usr/share/elasticsearch/bin/wait_until_started.sh
-/usr/share/elasticsearch/bin/init_sg.sh
-
-wait \ No newline at end of file