runner
runner copied to clipboard
Replace hardcoded by detected bash path in scripts
Describe the bug The current released scripts have bash in a hardcoded path. In (newer) distributions bash no longer exists in that path.
Expected behavior
The shebang should be #!/usr/bin/env bash