mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-17 17:44:44 +02:00
dd527d5968
This is mostly here to guard against problems happening due to server migration and doing `chown -R matrix:matrix /matrix`. Normally, the file is owned by `1000:1000`, as expected. If ownership changes, Dimension could still start, but it will fail the first time it tries to write to the database. Explicitly chowning before startup guards against this. Related to #485 and #486 (Github Pull Requests). Also related to ccc7aaf0ce47262beb.