mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-22 01:12:24 +00:00
Fix config not being set correctly
This commit is contained in:
parent
454f30978d
commit
bce8c79f10
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ sub new {
|
|||
$self->{config} = App::ClusterSSH::Config->new( parent => $self, );
|
||||
$self->{helper} = App::ClusterSSH::Helper->new( parent => $self, );
|
||||
|
||||
$self->set_config($self->config);
|
||||
|
||||
# catch and reap any zombies
|
||||
$SIG{CHLD} = sub {
|
||||
my $kid;
|
||||
|
|
Loading…
Add table
Reference in a new issue