Commit cf3bc6ff270c939ab0725077790ffc0671faa7e4

Authored by Josafá Filho
1 parent 9e567e6b
Exists in master

Ajustando execução do script de configurção da API

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Vagrantfile
... ... @@ -85,7 +85,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
85 85 api.vm.network "private_network", type: "dhcp"
86 86 api.vm.network "public_network"
87 87  
88   - api.vm.provision "shell", inline: $apiScript, run: "always"
  88 + api.vm.provision "shell", inline: $apiScript
89 89 end
90 90  
91 91 # Use 'vagrant plugin install vagrant-triggers' to install the trigger module
... ...