diff options
-rwxr-xr-x | perl-install/standalone/drakxtv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv index ac199065d..d200f0da7 100755 --- a/perl-install/standalone/drakxtv +++ b/perl-install/standalone/drakxtv @@ -139,6 +139,7 @@ if (@devices = @$devices_ok) { require modules; $modules_conf ||= modules::any_conf->read; $modules_conf->write; + scan4channels(); } if (!$devices && !$devices_ok) { |