dcosson / vagrant-unison2

Vagrant plugin to sync local files to VM using Unison over SSH
MIT License
50 stars 8 forks source link

Non-interactive mode does not work in Linux #29

Open audaki opened 7 years ago

audaki commented 7 years ago

The GUI is started and the command does not end itself, which breaks polling for example.

A fix is attached here:

https://github.com/dcosson/vagrant-unison2/pull/28

audaki commented 7 years ago

I've learned that it also doesn't work without that pull request in case you installed the GUI + cli on Mac. Only with the brew version it seems to work without that parameter on Mac

audaki commented 7 years ago

@dcosson In case you would like the code to be different (e.g. using a variable as well for that parameter) please tell me and I'll fix ASAP