--- doc/install/linux/install.pl 2018/07/17 00:19:51 1.47 +++ doc/install/linux/install.pl 2018/10/16 17:23:08 1.48 @@ -77,7 +77,7 @@ if (!open(LOG,">>loncapa_install.log")) &mt('Stopping execution.')."\n"; exit; } else { - print LOG '$Id: install.pl,v 1.47 2018/07/17 00:19:51 raeburn Exp $'."\n"; + print LOG '$Id: install.pl,v 1.48 2018/10/16 17:23:08 raeburn Exp $'."\n"; } # @@ -472,7 +472,6 @@ sub check_required { $hostname =&get_hostname(); } } - $hostname = Sys::Hostname::FQDN::fqdn(); $hostip = Socket::inet_ntoa(scalar(gethostbyname($hostname)) || 'localhost'); if ($hostip eq '') { $hostip=&get_hostip();