mirror of
https://lab.it.hs-hannover.de/misc/pymilter-suspicious-from.git
synced 2025-07-17 13:12:54 +02:00
Disable rsync command that makes vagrant up remain active
This commit is contained in:
parent
c50986cb66
commit
7312afd8c4
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user