DarthSim / overmind

Process manager for Procfile-based applications and tmux
MIT License
2.82k stars 79 forks source link

maybe not check the tmux though another command #96

Closed mumutu66 closed 3 years ago

mumutu66 commented 3 years ago

https://github.com/DarthSim/overmind/blob/39a405d03f4873524fca545d8d52253ba0c1e123/start/command.go#L177

In case the which command is missing overmind will fail even tmux has been installed

DarthSim commented 3 years ago

Sorry, I don't know a better way to check tmux existence :(

DarthSim commented 3 years ago

v2.2.1 checks tmux with tmux -V instead of which tmux. Hope this will help.

mumutu66 commented 3 years ago

it's great