From cbda30058c0f61ae2afbd9085afcf841f32751a5 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 27 Jan 2009 11:50:52 -0500 Subject: [PATCH] Fixed: FS#431 - jailkit users cannot login --- install/update.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/install/update.php b/install/update.php index 10e7282..caca060 100644 --- a/install/update.php +++ b/install/update.php @@ -234,9 +234,10 @@ if($conf['services']['mail']) { //** Configure postfix + swriteln('Configuring Postfix'); $inst->configure_postfix('dont-create-certs'); - //* Configure postfix + //* Configure Jailkit swriteln('Configuring Jailkit'); $inst->configure_jailkit(); -- Gitblit v1.9.1