diff options
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/service_harddrake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index bc06b1042..3b60485b1 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -108,7 +108,7 @@ foreach my $hw_class (@harddrake::data::tree) { } else { $res = 1; } - if ($res) { + if (!$no && $res) { foreach my $configurator (@configurator_pool) { if (fork()) { wait(); |