definitely need the permissions fix, but not the ..

This commit is contained in:
root 2017-12-26 02:23:02 +00:00
parent 736c4a357f
commit 4d97c620b8

View File

@ -102,7 +102,7 @@ def drop_privileges(uid_name='nobody', gid_name='nogroup'):
print >>log, "fixing perms\n";
print "fixing perms\n";
run_command_capture_results("chown -R vagrant /vagrant/.*");
run_command_capture_results("chown -R vagrant /vagrant/.git /vagrant/.gitignore");
run_command_capture_results("chown -R vagrant /vagrant/*");
# now actually do ita: