From 7312afd8c402d76f0b35ea4ba71c07e6efef1b26 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Fri, 20 Dec 2019 11:16:47 +0100 Subject: [PATCH] Disable rsync command that makes vagrant up remain active --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index efcc4de..af74a71 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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