From e0f619c9dc5ee4b1c484a5eab62ba341a4e240a0 Mon Sep 17 00:00:00 2001
From: florian030 <florian@schaal-24.de>
Date: Tue, 18 Feb 2014 10:30:52 -0500
Subject: [PATCH] Revert "add domain and username to db-size-monitoring"
---
server/scripts/ispconfig_update.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/server/scripts/ispconfig_update.php b/server/scripts/ispconfig_update.php
index 9bdf729..1001f4f 100644
--- a/server/scripts/ispconfig_update.php
+++ b/server/scripts/ispconfig_update.php
@@ -100,7 +100,7 @@
echo "There are no updates available for ISPConfig ".ISPC_APP_VERSION."\n";
}
} else {
- passthru('/usr/local/ispconfig/server/scripts/update_from_svn.sh');
+ passthru('/usr/local/ispconfig/server/scripts/update_from_dev.sh');
exit;
}
--
Gitblit v1.9.1