From 3dded7b96c519efe9a5015f09712462164d1888f Mon Sep 17 00:00:00 2001
From: Florian Schaal <florian@schaal-24.de>
Date: Mon, 15 Feb 2016 02:39:24 -0500
Subject: [PATCH] removed useless FLUSH PRIVILEGES
---
install/update.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/install/update.php b/install/update.php
index fe08903..8f818df 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');
--
Gitblit v1.9.1