diff options
Diffstat (limited to 'bootstrap/codesearch/Vagrantfile')
-rw-r--r-- | bootstrap/codesearch/Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/codesearch/Vagrantfile b/bootstrap/codesearch/Vagrantfile index 3df687a96..ba2339d0c 100644 --- a/bootstrap/codesearch/Vagrantfile +++ b/bootstrap/codesearch/Vagrantfile @@ -34,7 +34,7 @@ Vagrant.configure("2") do |config| s.inline = "python3 #{synced_folder}/create_config.py --git ${1} > #{houndd_config}" s.args = [onap_git] end - config.vm.provision "run_codesearch", type: :shell, privileged: false, inline: <<-SHELL + config.vm.provision "run_codesearch", type: :shell, run: "always", privileged: false, inline: <<-SHELL tmux new -d -s codesearch #{houndd_bin} -conf #{houndd_config} SHELL end |