From 28c7bb7ea95a2516e8a579d730eedd3270b97ad2 Mon Sep 17 00:00:00 2001 From: damien Date: Tue, 9 Jan 2001 14:39:21 +0000 Subject: corrected last message in firewall install --- perl-install/install_steps_interactive.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 253f26bb9..356cbe67e 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1136,7 +1136,8 @@ Do you really want to quit now?"), 0); For further configuration after installation, use a browser from any computer connected to your LAN, and connect on : -https://$o->{netc}{HOSTNAME}:8443/ +https://" . $o->{intf}{eth0}->{BOOTPROTO} eq 'static' ? $o->{intf}{eth0}->{IPADDR} : $o->{netc}{HOSTNAME} . ":8443/ + Log on with your admin account")); } $o->ask_warn('', -- cgit v1.2.1