mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 05:53:09 +03:00
8 lines
166 B
Bash
8 lines
166 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Usage
|
||
|
# ./install-elastic-plugin-setup.sh sanity_elastic_1
|
||
|
|
||
|
curdir=$(dirname $0)
|
||
|
${curdir}/install-elastic-plugin.sh $@
|
||
|
${curdir}/setup-elastic.sh 9200
|