From 9337023d9b754f061a2610733c48ef3752c4168e Mon Sep 17 00:00:00 2001 From: adjoly Date: Wed, 27 Aug 2025 22:04:52 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix:=20not=20m?= =?UTF-8?q?odifying=20hostfile=20in=20vagrant?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- p2/Vagrantfile | 1 - 1 file changed, 1 deletion(-) diff --git a/p2/Vagrantfile b/p2/Vagrantfile index 695f58a..3a70c7a 100644 --- a/p2/Vagrantfile +++ b/p2/Vagrantfile @@ -36,6 +36,5 @@ Vagrant.configure("2") do |config| server.vm.network "private_network", ip: "192.168.56.110", auto_config: true server.vm.provision "shell", path: "setup-S.sh" - server.vm.provision "shell", path: "setup-hostfile.sh" end end