summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/finish-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/standalone/finish-install b/perl-install/standalone/finish-install
index e938416b7..d319782d7 100755
--- a/perl-install/standalone/finish-install
+++ b/perl-install/standalone/finish-install
@@ -19,6 +19,10 @@ network::network::read_net_conf($net);
$::isWizard = 1;
my $in = 'interactive'->vnew;
+sub ask_license() {
+ any::acceptLicense($in);
+}
+
sub ask_language() {
require lang;
my $locale = lang::read();
@@ -65,6 +69,7 @@ sub call {
log::l("$f_name failed: $@") if $@;
}
+call('ask_license');
call('ask_language');
call('ask_network');
$::WizardWindow->destroy; undef $::WizardWindow;