Edwin Lawrance | a1dd587 | 2019-03-05 10:30:33 +0000 | [diff] [blame^] | 1 | #!/bin/sh |
2 | |||||
3 | # Wait for ES to start then initialize SearchGuard | ||||
4 | /usr/local/bin/docker-entrypoint.sh eswrapper & | ||||
5 | /usr/share/elasticsearch/bin/wait_until_started.sh | ||||
6 | /usr/share/elasticsearch/bin/init_sg.sh | ||||
7 | |||||
8 | wait |