Refs #705 -- Further try to workaround reportlab issue

This commit is contained in:
Raphael Michel
2017-12-13 12:11:07 +01:00
parent 21a457cadd
commit e9e155201f

View File

@@ -2,6 +2,7 @@
cd /pretix/src
export DJANGO_SETTINGS_MODULE=production_settings
export DATA_DIR=/data/
export HOME=/pretix
NUM_WORKERS=10
if [ ! -d /data/logs ]; then