From b1571b8edcb5cf79dc47b33d7c7f717398f1fa1e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 29 Aug 2002 15:49:24 +0000 Subject: 25mdk --- perl-install/standalone/service_harddrake | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'perl-install/standalone/service_harddrake') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index b0da37509..6c46720d4 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -62,9 +62,7 @@ foreach (@harddrake::data::tree) { if (my $pid = fork) { require POSIX; POSIX::wait(); - } else { - exec("$configurator 2>/dev/null") or die "$configurator missing\n"; - } + } else { exec("$configurator 2>/dev/null") or die "$configurator missing\n" } } # output new hw config -- cgit v1.2.1