Explorar o código

Execute bootstrap.sh at startup

Lari Hotari %!s(int64=11) %!d(string=hai) anos
pai
achega
3947dbf15e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      toolset/deployment/vagrant/Vagrantfile

+ 1 - 1
toolset/deployment/vagrant/Vagrantfile

@@ -11,5 +11,5 @@ Vagrant.configure("2") do |config|
   end
   config.vm.synced_folder "../../..", "/FrameworkBenchmarks"
   config.vm.network "private_network", ip: "172.16.16.16"
-  # config.vm.provision :shell, :path => "bootstrap.sh"
+  config.vm.provision :shell, :path => "bootstrap.sh"
 end