From 70eace55813a159bdd6676fa54b04be45cb8c7cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Sun, 17 Sep 2017 09:49:34 +0200 Subject: [PATCH] added missing yes command to es plugin install --- contrib/packager.io/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/packager.io/functions b/contrib/packager.io/functions index 3b20be9d8..1aa1bf3c6 100644 --- a/contrib/packager.io/functions +++ b/contrib/packager.io/functions @@ -221,7 +221,7 @@ function create_webserver_config () { function setup_elasticsearch () { echo "# Configuring Elasticsearch..." - /usr/share/elasticsearch/bin/elasticsearch-plugin install mapper-attachments + yes | /usr/share/elasticsearch/bin/elasticsearch-plugin install mapper-attachments ${INIT_CMD} restart elasticsearch zammad run rails r "Setting.set('es_url', \"${ES_CONNECTION:-http://127.0.0.1:9200}\")" }