[es] Upgrade to 1.7.0 and add /conf/env override feature

fixes #39 and #40
This commit is contained in:
Geoff Bourne
2015-07-23 20:46:06 -05:00
parent 19b77ba18b
commit 53932e64f2
3 changed files with 20 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
#!/bin/sh
if [ -f /conf/env ]; then
. /conf/env
fi
if [ ! -e /conf/elasticsearch.* ]; then
cp $ES_HOME/config/elasticsearch.yml /conf
fi