From 887b02bd8c9140431b76c4bf8712e1d2d9c827c8 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 4 Aug 2021 00:12:51 +0800 Subject: fix temp hosts file I think it may be related to Python 3 tests hang (?) --- chapter07/createfiles.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter07') diff --git a/chapter07/createfiles.xml b/chapter07/createfiles.xml index c55d40836..79fdaaf97 100644 --- a/chapter07/createfiles.xml +++ b/chapter07/createfiles.xml @@ -48,7 +48,7 @@ as well: cat > /etc/hosts << EOF -"127.0.0.1 localhost $(hostname)" +127.0.0.1 localhost $(hostname) ::1 localhost EOF -- cgit v1.2.3-54-g00ecf