From 7e94c3e294f9e2d846411db78785af2a7b87e9dc Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 30 Apr 2013 08:22:10 +0000 Subject: [PATCH] The db_path should already exist. --- resources/install.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/install.php b/resources/install.php index d61988f835..077d730215 100644 --- a/resources/install.php +++ b/resources/install.php @@ -143,7 +143,6 @@ require_once "includes/lib_functions.php"; if (file_exists('/var/lib/fusionpbx')) { $db_path = '/var/lib/fusionpbx'; } - if (!is_readable($db_path)) { mkdir($db_path,0777,true); } } //set the other default directories if (file_exists('/usr/bin')) {