diff options
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/service_harddrake | 4 |
1 files changed, 1 insertions, 3 deletions
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 |