diff options
-rw-r--r-- | perl-install/install_steps_interactive.pm | 3 |
1 files changed, 2 insertions, 1 deletions
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('', |