diff --git a/HyperV/Vagrantfile b/HyperV/Vagrantfile index d6a5bd2..82d8515 100644 --- a/HyperV/Vagrantfile +++ b/HyperV/Vagrantfile @@ -15,7 +15,7 @@ Vagrant.configure("2") do |config| cfg.vm.provision "reload" cfg.vm.provision :shell, path: "check-eth0-ip.sh" cfg.vm.provision :shell, path: "../Vagrant/logger_bootstrap.sh" - cfg.vm.provision :shell, path: "reset-static-ip.sh" + cfg.vm.provision :shell, path: "reset-static-ip.sh" cfg.vm.provision :shell, path: "fix-motd.sh"