We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for some reason when shared folders get mounted they are mounted as root...which really messes up permissions for subfolders...
$ ls -ld /vagrant drwxrwxr-x 1 root root 4096 Feb 22 15:08 /vagrant $ ls -ld ~vagrant/tools drwxr-xr-x 1 root root 4096 Sep 17 02:56 /home/vagrant/tools
need to figure out why it is doing that...and have it mount as the vagrant user instead...
The text was updated successfully, but these errors were encountered:
temporary fix for #7
b3b1d92
No branches or pull requests
for some reason when shared folders get mounted they are mounted as root...which really messes up permissions for subfolders...
need to figure out why it is doing that...and have it mount as the vagrant user instead...
The text was updated successfully, but these errors were encountered: