From ce9b51ed7f2febf37f2da0df983315f1c71f95a6 Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Mon, 23 May 2016 04:21:02 -0400 Subject: [PATCH] - changed json handler for REST api --- install/update.php | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/install/update.php b/install/update.php index fe08903..94de945 100644 --- a/install/update.php +++ b/install/update.php @@ -326,9 +326,9 @@ $inst->configure_postfix('dont-create-certs'); if($conf['dovecot']['installed'] == true) { - //* Configure dovecot - swriteln('Configuring Dovecot'); - $inst->configure_dovecot(); + //* Configure dovecot + swriteln('Configuring Dovecot'); + $inst->configure_dovecot(); } elseif ($conf['courier']['installed'] == true) { //** Configure saslauthd swriteln('Configuring SASL'); @@ -378,6 +378,9 @@ } elseif($conf['bind']['installed'] == true) { swriteln('Configuring BIND'); $inst->configure_bind(); + if(!is_installed('haveged')) { + swriteln("[INFO] haveged not detected - DNSSEC can fail"); + } } else { swriteln('Configuring MyDNS'); $inst->configure_mydns(); -- Gitblit v1.9.1