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

View File

@@ -96,7 +96,7 @@ config.isPDFExportEnable = config.allowpdfexport
// generate correct path // generate correct path
config.sslcapath.forEach(function (capath, i, array) { 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) config.sslcertpath = path.join(appRootPath, config.sslcertpath)