overzealous replace in last commit. No group .-data, should be www-data.

This commit is contained in:
Bradley M. Kuhn 2010-10-05 16:05:49 -04:00
parent bf19e51e09
commit e63e8412d5

View file

@ -15,5 +15,5 @@ os.system("find . -type f -exec chmod gu+r {} \;")
os.system("find . -type d -exec chmod o+x {} \;")
os.system("find ./podjango/static -type d -exec chmod o+rx {} \;")
os.system("find ./podjango/static -exec chmod o+r {} \;")
os.system("find . -exec chgrp .-data {} \;")
os.system("find . -exec chgrp www-data {} \;")
os.system("find . -exec chmod go-w {} \;")