From e44ec98e1548598510348b10b3ae7c289dc763c0 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 26 Sep 2011 04:18:47 -0400 Subject: [PATCH] Fixed: FS#1754 - Fatal error during installation on non-Debian/Ubuntu systems - I had to remove the fail2ban caonfig for now as its incomplete and adds rules for dovecot on courier systems. It is planned to add a complete fail2ban configuration in one of the next releases. --- server/scripts/update_from_svn.sh | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/server/scripts/update_from_svn.sh b/server/scripts/update_from_svn.sh index becd7e7..d8ed236 100644 --- a/server/scripts/update_from_svn.sh +++ b/server/scripts/update_from_svn.sh @@ -5,4 +5,6 @@ cd trunk/install php -q update.php cd /tmp -rm -rf /tmp/trunk \ No newline at end of file +rm -rf /tmp/trunk + +exit 0 \ No newline at end of file -- Gitblit v1.9.1