From f757771128c7c9414a35ac2743ff123934a8b211 Mon Sep 17 00:00:00 2001
From: Falko Timme <ft@falkotimme.com>
Date: Fri, 09 Jan 2015 10:39:04 -0500
Subject: [PATCH] - Made sure SQL backups from servers that differ from the server where the website is on can be restored. A download of the backup is not possible in such a case, therefore I hide the "Download" button.

---
 server/scripts/update_from_svn.sh |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/server/scripts/update_from_svn.sh b/server/scripts/update_from_svn.sh
index d8ed236..8c8ee2a 100644
--- a/server/scripts/update_from_svn.sh
+++ b/server/scripts/update_from_svn.sh
@@ -1,10 +1,6 @@
 #!/bin/bash
 
-cd /tmp
-svn export svn://svn.ispconfig.org/ispconfig3/trunk/
-cd trunk/install
-php -q update.php
-cd /tmp
-rm -rf /tmp/trunk
+CUR=`dirname $0`
+bash ${CUR}/update_from_dev.sh
 
 exit 0
\ No newline at end of file

--
Gitblit v1.9.1