From 89fe42554ea772a5f19ca7c4f6c12dd7c212e6f6 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Wed, 25 Nov 2020 15:21:11 +0100 Subject: [PATCH] Update config.inc.php Added full path to /usr/bin/wkhtmltopdf --- conf/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.inc.php b/conf/config.inc.php index a9d7e50..25140ee 100644 --- a/conf/config.inc.php +++ b/conf/config.inc.php @@ -53,7 +53,7 @@ $pg_dumpPath = '/usr/bin/pg_dump'; * @example /usr/local/bin/wkhtmltopdf * @example C:/Progra~1/wkhtmltopdf/bin/wkhtmltopdf.exe */ -$wkhtmltopdfPath = 'wkhtmltopdf'; +$wkhtmltopdfPath = '/usr/bin/wkhtmltopdf'; /**