From c58e3f77c9c019ea1f47705bee01d63055df85c5 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 29 Jun 2007 10:45:59 -0400
Subject: [PATCH] updated installer and sql dump
---
install/update.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/install/update.php b/install/update.php
index 0dc7919..394ab9b 100644
--- a/install/update.php
+++ b/install/update.php
@@ -91,7 +91,7 @@
exec("mysql -h $conf[mysql_server_host] -u $conf[mysql_server_ispconfig_user] -p$conf[mysql_server_ispconfig_password] $conf[mysql_server_database] < existing_db.sql &> /dev/null");
// Configure postfix
-$inst->configure_postfix();
+$inst->configure_postfix('dont-create-certs');
// Configure saslauthd
swriteln('Configuring SASL');
--
Gitblit v1.9.1