Graylog2 / graylog-project

Packaging/development helper for Graylog
22 stars 24 forks source link

Runner scripts missing #22

Closed malcyon closed 3 years ago

malcyon commented 3 years ago

Running graylog-project run dev fails with the message:

couldn't run script ./bin/dev.sh: fork/exec ./bin/dev.sh: no such file or directory

This happens because the scripts that the cli tool is trying to run are missing. The cli can't call runner/bin/dev.sh because it isn't there. We need to add the runner/ folder to this project.

malcyon commented 3 years ago

@bernd Have you had time to check if these scripts are okay to add?

bernd commented 3 years ago

@malcyon I created a PR for this in #23.