remove the explicit usage of elasticsearch jar file in the head of the script, no need for it anymore

This commit is contained in:
Shay Banon 2011-08-03 21:29:05 +03:00
parent 9503126155
commit 6913bebb75
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -1,4 +1,4 @@
ES_CLASSPATH=$ES_CLASSPATH:$ES_HOME/lib/elasticsearch-@ES_VERSION@.jar:$ES_HOME/lib/*:$ES_HOME/lib/sigar/*
ES_CLASSPATH=$ES_CLASSPATH:$ES_HOME/lib/*:$ES_HOME/lib/sigar/*
if [ "x$ES_MIN_MEM" = "x" ]; then
ES_MIN_MEM=256m