diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-08-04 00:12:51 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-08-04 00:12:51 +0800 |
commit | 887b02bd8c9140431b76c4bf8712e1d2d9c827c8 (patch) | |
tree | 37b132fdd277c011ce1968ba39788c58d1ed6c06 | |
parent | 2a2225677242e22274c5446fc60bf2e4d2724cc8 (diff) |
fix temp hosts file
I think it may be related to Python 3 tests hang (?)
-rw-r--r-- | chapter07/createfiles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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:</para> <screen><userinput>cat > /etc/hosts << EOF -"127.0.0.1 localhost $(hostname)" +127.0.0.1 localhost $(hostname) ::1 localhost EOF</userinput></screen> |