Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
443 B

  1. This file basically only exists to have HG keep the "db" directory. I
  2. moved the DB to this subdirectory, because people keep running into
  3. a "Cannot open database file" error which results from permissions
  4. being set incorrectly. People mostly run "chown -R <md-dir>/*" instead
  5. of "chown -R <md-dir>" and therefore run into these problems.
  6. When the db is in a subdir of <md-dir>, it matches the wildcard and
  7. will then have correct permissions.