Make use of find_binary if not set in config

If comms command isnt set then find the path to the binary
This commit is contained in:
Duncan Ferguson 2011-11-17 22:51:54 +00:00
parent 70bfa5b1c6
commit 99b908a64f
2 changed files with 6 additions and 0 deletions

View file

@ -56,6 +56,8 @@ Readonly::Hash my %default_config => {
terminal_decoration_height => 10,
terminal_decoration_width => 8,
ssh => '/usr/bin/ssh',
rsh_args => "",
telnet_args => "",
ssh_args => "",