Disable rsync command that makes vagrant up remain active

This commit is contained in:
Jan Philipp Timme 2019-12-20 11:16:47 +01:00
parent c50986cb66
commit 7312afd8c4
1 changed files with 2 additions and 2 deletions

4
Vagrantfile vendored
View File

@ -48,8 +48,8 @@ Vagrant.configure("2") do |config|
SHELL
config.trigger.after :up do |t|
t.info = "rsync"
t.run = {inline: "vagrant rsync"}
#t.info = "rsync"
#t.run = {inline: "vagrant rsync"}
# If you want it running in the background switch these
#t.run = {inline: "bash -c 'vagrant rsync-auto bork &'"}
end