From 335660f67ef5160cbd2ac02a105e8b3fe600a4fe Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 04 Jan 2012 10:57:50 -0500
Subject: [PATCH] 

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

diff --git a/install/update.php b/install/update.php
index 223613a..ad24009 100644
--- a/install/update.php
+++ b/install/update.php
@@ -121,7 +121,7 @@
 //** Detect the installed applications
 $inst->find_installed_apps();
 
-echo "This application will update ISPConfig 3 on your server.\n";
+echo "This application will update ISPConfig 3 on your server.\n\n";
 
 //* Make a backup before we start the update
 $do_backup = $inst->simple_query('Shall the script create a ISPConfig backup in /var/backup/ now?', array('yes','no'),'yes');

--
Gitblit v1.9.1