Skip to content
Snippets Groups Projects
Commit 7312afd8 authored by Jan Philipp Timme's avatar Jan Philipp Timme
Browse files

Disable rsync command that makes vagrant up remain active

parent c50986cb
Branches
No related tags found
No related merge requests found
...@@ -48,8 +48,8 @@ Vagrant.configure("2") do |config| ...@@ -48,8 +48,8 @@ Vagrant.configure("2") do |config|
SHELL SHELL
config.trigger.after :up do |t| config.trigger.after :up do |t|
t.info = "rsync" #t.info = "rsync"
t.run = {inline: "vagrant rsync"} #t.run = {inline: "vagrant rsync"}
# If you want it running in the background switch these # If you want it running in the background switch these
#t.run = {inline: "bash -c 'vagrant rsync-auto bork &'"} #t.run = {inline: "bash -c 'vagrant rsync-auto bork &'"}
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment