appsembler / configuration

a simple, but flexible, way for anyone to stand up an instance of the edX platform that is fully configured and ready-to-go
GNU Affero General Public License v3.0
15 stars 13 forks source link

recursively fix directory ownership of course data dir #371

Closed thraxil closed 3 years ago

thraxil commented 3 years ago

make sure the course data dir is set up correctly. sometimes engineers making manual changes on the server run shell commands as edxapp instead of www-data and that can leave directories with the wrong ownership in place. We run this on every deploy as an additional fallback in case they don't notice.