From 68d6312403f098153fc9d127949b651a19a0eb1b Mon Sep 17 00:00:00 2001 From: VISHAKH Date: Fri, 12 Jan 2018 00:56:47 +0530 Subject: [PATCH] no message --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 0d64287a9..9acdae5e9 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -63,7 +63,7 @@ Vagrant.configure("2") do |config| # Enable provisioning with a shell script. Additional provisioners such as # Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the # documentation for more information about their specific syntax and use. - config.vm.provision :shell path: "bootstrap.sh" + config.vm.provision :shell, path: "bootstrap.sh" config.vm.provision :file, source: "target/spring-petclinic-1.4.2.jar", destination: "/tmp/spring-petclinic-1.4.2.jar", run: "always" config.vm.provision :shell, inline: "java -jar/tmp/spring-petclinic-1.4.2.jar &", run: "always" # apt-get update