Merge "install missing elasticsearch client"
This commit is contained in:
commit
68ed19b696
@ -77,6 +77,7 @@ function stop_elasticsearch {
|
||||
}
|
||||
|
||||
function install_elasticsearch {
|
||||
pip_install elasticsearch
|
||||
if is_package_installed elasticsearch; then
|
||||
echo "Note: elasticsearch was already installed."
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user