From f1b9899062306c1cf0ba3e7781393b305862feb1 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 18 Aug 2008 15:01:08 -0400 Subject: [PATCH] FS#149 - error in expert installation --- install/install.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/install.php b/install/install.php index 99c60b8..2958a03 100644 --- a/install/install.php +++ b/install/install.php @@ -224,7 +224,7 @@ if(strtolower($inst->simple_query('Create a new database? (We do not want to join a existing ISPConfig server setup)',array('y','n'),'y')) == 'y') { //* Create the mysql database $inst->configure_database(); - system('/etc/init.d/mysql restart'); + //system('/etc/init.d/mysql restart'); } //* Insert the Server record into the database -- Gitblit v1.9.1