Update index.js

This commit is contained in:
Christoph (Sheogorath) Kern 2017-12-22 12:25:13 +01:00 committed by GitHub
parent fc626a6724
commit 45976a8916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ config.isPDFExportEnable = config.allowpdfexport
// generate correct path
config.sslcapath.forEach(function (capath, i, array) {
array[i] = path.resolve(appRootPath, capath)
array[i] = path.resolve(appRootPath, capath)
})
config.sslcertpath = path.join(appRootPath, config.sslcertpath)