dcosson / vagrant-unison2

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

Seems wrong `~/Library/'Application Support'/Unison/* on host` on Ubuntu Linux #24

Open x2es opened 7 years ago

x2es commented 7 years ago
$ vagrant unison-cleanup
Running rm -rf ~/Library/'Application Support'/Unison/* on host
Running rm -rf apps//* apps//..?* apps//.[!.]* on guest VM (delete all files from directory including hidden ones)
Running rm -rf ~/.unison on guest VM
dcosson commented 7 years ago

Looks like a similar problem as #16 but for Linux.

I only use OSX host, but I'd accept a patch that writes this command correctly for a Windows, Linux, or OSX.