lintian rule : executable-not-elf-or-script in /usr/share/elasticsearch/bin/elasticsearch.in.sh

* added a proper shell on top on the script
This commit is contained in:
Aurelien Requiem 2012-06-11 12:27:52 +10:00 committed by Shay Banon
parent fd3c4d14af
commit 18f4caaef7
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/bin/sh
ES_CLASSPATH=$ES_CLASSPATH:$ES_HOME/lib/*:$ES_HOME/lib/sigar/*
if [ "x$ES_MIN_MEM" = "x" ]; then