From 84318a7100afc0666cfb57719be9734d4abff075 Mon Sep 17 00:00:00 2001
From: buczekp <buczekp>
Date: Mon, 21 Jun 2010 11:44:46 +0000
Subject: [PATCH] minor: typo

SVN: 16642
---
 openbis_all/source/bash/sprint_post_install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis_all/source/bash/sprint_post_install.sh b/openbis_all/source/bash/sprint_post_install.sh
index 0054e2a0165..ad18644db20 100755
--- a/openbis_all/source/bash/sprint_post_install.sh
+++ b/openbis_all/source/bash/sprint_post_install.sh
@@ -37,7 +37,7 @@ function restore_common {
   	cp ~openbis/config/index.html  ~openbis/sprint/openBIS-server/apache-tomcat/webapps/openbis/
   fi  
   if  [ -f ~openbis/config/server.xml ]; then
-  	cp ~openbis/config/server.xml ~openbis/sprint/openBIS_server/apache-tomcat/conf/
+  	cp ~openbis/config/server.xml ~openbis/sprint/openBIS-server/apache-tomcat/conf/
   fi
   if  [ -f ~openbis/config/datastore_log.xml ]; then
   	cp ~openbis/config/datastore_log.xml ~openbis/sprint/datastore_server/etc/log.xml
-- 
GitLab