mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-05-29 04:50:24 +02:00
definitely need the permissions fix, but not the ..
This commit is contained in:
parent
736c4a357f
commit
4d97c620b8
@ -102,7 +102,7 @@ def drop_privileges(uid_name='nobody', gid_name='nogroup'):
|
|||||||
|
|
||||||
print >>log, "fixing perms\n";
|
print >>log, "fixing perms\n";
|
||||||
print "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/*");
|
run_command_capture_results("chown -R vagrant /vagrant/*");
|
||||||
|
|
||||||
# now actually do ita:
|
# now actually do ita:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user