Skip to content

Instantly share code, notes, and snippets.

@trq
Created January 4, 2014 12:22
Show Gist options
  • Save trq/8254917 to your computer and use it in GitHub Desktop.
Save trq/8254917 to your computer and use it in GitHub Desktop.
I need:
sudo bindfs --owner=vagrant --group=www-data --perms=u=rwX:g=rwX:o=r /.vagrant-storage /var/www/app/storage
to end up being:
sudo bindfs -o nonempty --owner=vagrant --group=www-data --perms=u=rwX:g=rwX:o=r /.vagrant-storage /var/www/app/storage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment