From 050c0f28c8344a8bfdab268a6d80d8a65070ba50 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 04 Jan 2012 10:59:59 -0500
Subject: [PATCH] - changed update backup path.

---
 install/update.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/install/update.php b/install/update.php
index ad24009..f193a71 100644
--- a/install/update.php
+++ b/install/update.php
@@ -128,7 +128,7 @@
 if($do_backup == 'yes') {
 	
 	//* Create the backup directory
-	$backup_path = '/var/backup/backup/ispconfig_'.date('Y-m-d_H-i');
+	$backup_path = '/var/backup/ispconfig_'.date('Y-m-d_H-i');
 	$conf['backup_path'] = $backup_path;
 	exec("mkdir -p $backup_path");
 	exec("chown root:root $backup_path");

--
Gitblit v1.9.1