Being able to customize shell invocation
Open
enhancement
- Dominant language
- Go
- Stars
- 6.1k
- Forks
- 609
- Avg merge
- 15h 1m
- Merged PRs (30d)
- 3
Description
Currently the shell invocation interpreter that is invoked by an event is hard-coded at https://github.com/hashicorp/serf/blob/master/cmd/serf/command/agent/invoke.go#L51
It would be useful to be able to specify a different one, like `/bin/bash`.
Or just execute the file, and let the file determine what interpreter to use by using whatever shebang has been specified in the file itself.
Contributor guide
Assessment
This issue has not been assessed yet.