Rename bootstrap.sh -> logger_bootstrap.sh

This commit is contained in:
Chris Long
2020-11-14 19:09:52 -08:00
parent 20e34c4130
commit 6bd07be431
11 changed files with 50 additions and 610 deletions

2
HyperV/Vagrantfile vendored
View File

@@ -14,7 +14,7 @@ Vagrant.configure("2") do |config|
cfg.vm.provision :shell, path: "fix-eth0-static-ip.sh"
cfg.vm.provision "reload"
cfg.vm.provision :shell, path: "check-eth0-ip.sh"
cfg.vm.provision :shell, path: "../Vagrant/bootstrap.sh"
cfg.vm.provision :shell, path: "../Vagrant/logger_bootstrap.sh"
cfg.vm.provision :shell, path: "fix-motd.sh"