From bb49351fbc90d5cd243835fb85b28b81c0d5dc34 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 29 Sep 2022 17:31:30 +0200 Subject: [PATCH] fix pgp home path in a muti-install context --- conf/enigma.config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/enigma.config.inc.php b/conf/enigma.config.inc.php index 8990189..4d13f64 100644 --- a/conf/enigma.config.inc.php +++ b/conf/enigma.config.inc.php @@ -14,7 +14,7 @@ $config['enigma_debug'] = false; // REQUIRED! Keys directory for all users. // Must be writeable by PHP process, and not in the web server document root -$config['enigma_pgp_homedir'] = '__FINALPATH__/plugins/enigma/home'; +$config['enigma_pgp_homedir'] = '/var/www/__APP__/plugins/enigma/home'; // Location of gpg binary. By default it will be auto-detected. // This is also a way to force gpg2 use if there are both 1.x and 2.x on the system.