Ver Fonte

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

	* added a proper shell on top on the script
Aurelien Requiem há 13 anos atrás
pai
commit
18f4caaef7
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      bin/elasticsearch.in.sh

+ 2 - 0
bin/elasticsearch.in.sh

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