2019-07-11 08:04:25 -04:00
|
|
|
#!/bin/bash
|
2021-03-16 04:53:48 -04:00
|
|
|
cd /usr/share/opensearch/bin/
|
2019-07-11 08:04:25 -04:00
|
|
|
echo "testnode" > /tmp/password
|
2021-03-16 04:53:48 -04:00
|
|
|
/usr/local/bin/docker-entrypoint.sh | tee > /usr/share/opensearch/logs/console.log
|