From f3218036a08fe623f9badf165a6bf00cee6c81d4 Mon Sep 17 00:00:00 2001
From: kaloyane <kaloyane>
Date: Fri, 21 Oct 2011 06:23:03 +0000
Subject: [PATCH] minor: remove redundant slash

SVN: 23372
---
 installation/resource/installer/bin/bisup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/installation/resource/installer/bin/bisup.sh b/installation/resource/installer/bin/bisup.sh
index 938e9a316bf..93487ded125 100755
--- a/installation/resource/installer/bin/bisup.sh
+++ b/installation/resource/installer/bin/bisup.sh
@@ -10,7 +10,7 @@ if [ ${BASE#/} == ${BASE} ]; then
     BASE="`pwd`/${BASE}"
 fi
 
-JETTY_HOME=$BASE/../servers/openBIS-server/jetty/
+JETTY_HOME=$BASE/../servers/openBIS-server/jetty
 OPENBIS_LOG=$JETTY_HOME/logs/openbis_log.txt
 JETTY_LOG=$JETTY_HOME/logs/jetty.out
 
-- 
GitLab