Fix network issue on Logger.

This commit is contained in:
man715
2020-11-23 06:16:27 -08:00
parent c746f7d409
commit d9e7e741f7
2 changed files with 25 additions and 0 deletions

1
HyperV/Vagrantfile vendored
View File

@@ -15,6 +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: "fix-motd.sh"