Closed mbarretta closed 6 years ago
I got one to work like this:
config.trigger.after :up do
`(vagrant rsync-auto &>/dev/null) &`
end
This is tricky to do right
It would be better for vagrant-triggers to provide a run_bg
command so callers don't have to muddle through the formula
Was trying something like
...expecting the background flag to force the trigger execution to exit, but it continues "Executing command" forever.