Update nfs.html.md

This commit is contained in:
Richard Quadling 2016-09-16 00:21:02 +01:00 committed by GitHub
parent c7a1c681d0
commit 5286410e52
1 changed files with 2 additions and 1 deletions

View File

@ -182,7 +182,8 @@ Cmnd_Alias VAGRANT_EXPORTS_REMOVE = /bin/sed -r -e * d -ibak /tmp/exports
``` ```
If you don't want to edit `/etc/sudoers` directly, you can create If you don't want to edit `/etc/sudoers` directly, you can create
`/etc/sudoers.d/vagrant-syncedfolders` with the appropriate entries. `/etc/sudoers.d/vagrant-syncedfolders` with the appropriate entries,
assuming `/etc/sudoers.d` has been enabled.
## Other Notes ## Other Notes