logstash6: fix startup due to unpatched shebangs

+3
+3
pkgs/tools/misc/logstash/6.x.nix
··· 22 mkdir -p $out 23 cp -r {Gemfile*,modules,vendor,lib,bin,config,data,logstash-core,logstash-core-plugin-api} $out 24 25 wrapProgram $out/bin/logstash \ 26 --set JAVA_HOME "${jre}" 27
··· 22 mkdir -p $out 23 cp -r {Gemfile*,modules,vendor,lib,bin,config,data,logstash-core,logstash-core-plugin-api} $out 24 25 + patchShebangs $out/bin/logstash 26 + patchShebangs $out/bin/logstash-plugin 27 + 28 wrapProgram $out/bin/logstash \ 29 --set JAVA_HOME "${jre}" 30