Update to v0.31.2

This commit is contained in:
Matthias
2018-06-21 18:05:48 +02:00
parent bf753d0414
commit 351de25f3e
5 changed files with 21 additions and 4 deletions

View File

@@ -108,6 +108,19 @@ if [[ ! -d /app/data/synapse ]]; then
fi
mkdir -p /app/data/synapse \
/app/data/nginx/fastcgi \
/run/nginx_log \
/run/synapse \
/run/turn_log
# fix permissions
chown -R www-data.www-data /run/synapse \
/run/turn_log \
/app/data
chown -R www-data.www-data /app/data
cd /app/data/synapse