From: Bill Erickson Date: Tue, 31 May 2016 21:09:30 +0000 (-0400) Subject: only use FQDN for pub/private osrf domains X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b5de6eb53c4a21d619cfc232eff6545119426878;p=working%2Frandom.git only use FQDN for pub/private osrf domains Signed-off-by: Bill Erickson --- diff --git a/installer/16.04-xenial/eg_xenial_installer.sh b/installer/16.04-xenial/eg_xenial_installer.sh index 76b266111..dc555d1a8 100755 --- a/installer/16.04-xenial/eg_xenial_installer.sh +++ b/installer/16.04-xenial/eg_xenial_installer.sh @@ -284,8 +284,8 @@ function setting_ldconfig_and_rsyslog_and_hosts_and_ejabberd { if [ $YES ]; then echo 'Adding public.localhost and private.localhost to /etc/hosts' - echo '127.0.1.2 public.localhost public' >> /etc/hosts - echo '127.0.1.3 private.localhost private' >> /etc/hosts + echo '127.0.1.2 public.localhost' >> /etc/hosts + echo '127.0.1.3 private.localhost' >> /etc/hosts else cat <