2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

Update utils.py

This commit is contained in:
Pratik Vyas 2015-01-23 11:34:37 +05:30
parent 3698f0f942
commit 5fc81d0a3e

View File

@ -328,7 +328,7 @@ def drop_privileges(uid_name='nobody', gid_name='nogroup'):
os.setuid(running_uid)
# Ensure a very conservative umask
old_umask = os.umask(077)
old_umask = os.umask(022)
def fix_file_perms(frappe_user=None):
files = [