Skip to content

Commit

Permalink
Set setgid on src folder
Browse files Browse the repository at this point in the history
.pyc files should belong to the www-data group. Probably any other
generated files too.
  • Loading branch information
Julian Andrews committed Apr 13, 2017
1 parent a0059ef commit bf85ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fusionbox/fabric/django/new.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def upload_source(gitref, directory):
)

run('cp -l environment {new}/.env'.format(new=directory))
run('chmod 750 {}'.format(directory))
run('chmod 2750 {}'.format(directory))


def pip_install():
Expand Down

0 comments on commit bf85ae6

Please sign in to comment.