summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 40129a1bf..adf72a21e 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -816,7 +816,7 @@ sub configureTimezone {
sub configureServices {
my ($o, $clicked) = @_;
require services;
- $o->{services} = services::ask($o, $o->{prefix}) if $::expert || $clicked;
+ $o->{services} = services::ask($o) if $::expert || $clicked;
install_steps::configureServices($o);
}