From 816e2b549a6ea08315583ace62271fe427bf026a Mon Sep 17 00:00:00 2001 From: Jon Bonilla Date: Mon, 1 Jul 2013 14:27:54 +0200 Subject: [PATCH] Add fake fqdn to prevent Apache warnings Also don't duplicate 127.0.0.1 line --- deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.sh b/deployment.sh index 2cbc42c..3570344 100755 --- a/deployment.sh +++ b/deployment.sh @@ -1557,7 +1557,7 @@ EOF # otherwise 'hostname --fqdn' does not work and causes delays with exim4 startup cat >> $TARGET/etc/hosts << EOF # required for FQDN, please adjust if needed -127.0.0.1 $TARGET_HOSTNAME +127.0.0.2 $TARGET_HOSTNAME. $TARGET_HOSTNAME EOF fi