CentOS 6.7, installed tmux manually, non-rpm version .
tf2server script only checks dependencies by checking for existence of installed RPM, instead of actual binary.
Would there be a way to check if tmux is found in path (tmux -V ?)
This would prevent the following message for every stop/start/update/etc command issued to tf2server:
[ WARN ] Stopping tf2-server: Checking dependencies: Dependency missing: tmux
Info! tf2 does not have sudo access. manually install dependencies
yum install tmux
CentOS 6.7, installed tmux manually, non-rpm version .
tf2server script only checks dependencies by checking for existence of installed RPM, instead of actual binary.
Would there be a way to check if tmux is found in path (tmux -V ?)
This would prevent the following message for every stop/start/update/etc command issued to tf2server: