Split up bootstrap script
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -69,5 +69,5 @@ Vagrant.configure("2") do |config|
|
||||
# apt-get update
|
||||
# apt-get install -y apache2
|
||||
# SHELL
|
||||
config.vm.provision "shell", path: "./bootstrap.sh"
|
||||
config.vm.provision "shell", path: "./startup.sh"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user