mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-10 06:55:32 +00:00
6 lines
241 B
Bash
Executable File
6 lines
241 B
Bash
Executable File
#!/bin/bash
|
|
cd /usr/share/elasticsearch/bin/
|
|
./elasticsearch-users useradd rest_user -p test-password -r superuser || true
|
|
echo "testnode" > /tmp/password
|
|
/usr/local/bin/docker-entrypoint.sh | tee > /usr/share/elasticsearch/logs/console.log
|