mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
1f64039473
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
8 lines
166 B
Bash
Executable File
8 lines
166 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Usage
|
|
# ./install-elastic-plugin-setup.sh sanity_elastic_1
|
|
|
|
curdir=$(dirname $0)
|
|
${curdir}/install-elastic-plugin.sh $@
|
|
${curdir}/setup-elastic.sh 9200 |