mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
71601f4971
The pid tracking refactor resulted in the pipe while echo to block the script from continuing and showing the banner at the end. This change redirects the stdout for the `start_cmd` to a new fd which `while` is reading from.