Skip to content

Instantly share code, notes, and snippets.

@Voronenko
Created September 28, 2015 13:33
Show Gist options
  • Save Voronenko/4f76c0d93b9c1e9f9169 to your computer and use it in GitHub Desktop.
Save Voronenko/4f76c0d93b9c1e9f9169 to your computer and use it in GitHub Desktop.
Put type: "rsync" as an options for c.vm.synced_folder to make chmod +x set executable bit on files in shared folder inside vagrant
c.vm.synced_folder ".", "/vagrant", mount_options: ['dmode=777','fmode=666'], type: "rsync"
^^^^^^^^^^^^^^^^^^^^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment