diff options
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/draksound | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draksound b/perl-install/standalone/draksound index 3f862c21f..9ae4b9664 100755 --- a/perl-install/standalone/draksound +++ b/perl-install/standalone/draksound @@ -55,5 +55,5 @@ http://www.linux-mandrake.com/en/hardware.php3") . N("\n\n\nNote: if you've an ISA PnP sound card, you'll have to use the sndconfig program. Just type \"sndconfig\" in a console."))); } -modules::write_conf; +modules::write_conf(); $in->exit(0); |