elasticsearch-elixir
elasticsearch-elixir copied to clipboard
bash in the wrapper script
Currently your wrapper script is setting the environment to /bin/bash
. Unfortunately not everyone has bash located in that place. I was wondering if you would be open to use /usr/bin/env bash
instead? I can throw a PR up if it is something you are willing to do.