Correct LibreOffice binary name in settings.py. Commit ready for merge.
- Legacy-Id: 9700
This commit is contained in:
parent
6ae71e5057
commit
2f06e76c69
|
@ -473,7 +473,7 @@ SECR_INTERIM_LISTING_DIR = '/a/www/www6/meeting/interim'
|
|||
SECR_MAX_UPLOAD_SIZE = 40960000
|
||||
SECR_PROCEEDINGS_DIR = '/a/www/www6s/proceedings/'
|
||||
SECR_STATIC_URL = '/secretariat/'
|
||||
SECR_PPT2PDF_COMMAND = ['/usr/bin/goffice','--headless','--convert-to','pdf','--outdir']
|
||||
SECR_PPT2PDF_COMMAND = ['/usr/bin/soffice','--headless','--convert-to','pdf','--outdir']
|
||||
|
||||
USE_ETAGS=True
|
||||
|
||||
|
|
Loading…
Reference in a new issue