diff options
-rw-r--r-- | perl-install/modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 7178396ca..f9a9ed1e7 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -422,7 +422,7 @@ sub load { if ($::testing) { log::l("i try to install $name module (@options)"); } elsif ($::isStandalone || $::live) { - return run_program::run("modprobe", $name, @options); + run_program::run("modprobe", $name, @options); } else { $conf{$name}{loaded} and return; |