overzealous replace in last commit. No group .-data, should be www-data.
This commit is contained in:
parent
bf19e51e09
commit
e63e8412d5
1 changed files with 1 additions and 1 deletions
|
@ -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 {} \;")
|
||||
|
|
Loading…
Reference in a new issue