Fix config not being set correctly

This commit is contained in:
Duncan Ferguson 2016-04-08 21:17:52 +01:00
parent 454f30978d
commit bce8c79f10

View file

@ -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;