Skip to content

Commit 2f06e76

Browse files
committed
Correct LibreOffice binary name in settings.py. Commit ready for merge.
- Legacy-Id: 9700
1 parent 6ae71e5 commit 2f06e76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ def skip_unreadable_post(record):
473473
SECR_MAX_UPLOAD_SIZE = 40960000
474474
SECR_PROCEEDINGS_DIR = '/a/www/www6s/proceedings/'
475475
SECR_STATIC_URL = '/secretariat/'
476-
SECR_PPT2PDF_COMMAND = ['/usr/bin/goffice','--headless','--convert-to','pdf','--outdir']
476+
SECR_PPT2PDF_COMMAND = ['/usr/bin/soffice','--headless','--convert-to','pdf','--outdir']
477477

478478
USE_ETAGS=True
479479

0 commit comments

Comments
 (0)