mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 09:53:23 +00:00
Fix cssh starting if xterm is not installed
Fix cssh not starting if xterm isn't installed and an alternate terminal such as uxrvt is used, SourceForge bug 3494988
This commit is contained in:
parent
5edca936ed
commit
d0fa3f1df4
2 changed files with 1 additions and 2 deletions
|
@ -103,8 +103,6 @@ sub new {
|
|||
$self->{comms} = $comms;
|
||||
}
|
||||
|
||||
$self->{terminal} = $self->find_binary( $self->{terminal} );
|
||||
|
||||
$self->{title} = uc($Script);
|
||||
|
||||
$clusters = App::ClusterSSH::Cluster->new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue