From 6edd73c5f19451a6d90df90d3afdd78e371f53d7 Mon Sep 17 00:00:00 2001 From: kohleman <kohleman> Date: Wed, 24 Mar 2010 15:57:01 +0000 Subject: [PATCH] corrected path SVN: 15289 --- openbis_all/source/bash/sprint_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis_all/source/bash/sprint_install.sh b/openbis_all/source/bash/sprint_install.sh index 5e89e56cba8..89bcb29bb5c 100755 --- a/openbis_all/source/bash/sprint_install.sh +++ b/openbis_all/source/bash/sprint_install.sh @@ -66,7 +66,7 @@ if [ -f $KEYSTORE ]; then mv -f new-startup.sh apache-tomcat/bin/startup.sh chmod 744 apache-tomcat/bin/startup.sh fi -cp ~openbis/$SERVERS_PREV_VER/openBIS-server/apache-tomcat/conf/server.xml ~openbis/$SERVERS_VER/openBIS-server/apache-tomcat/conf/server.xml +cp ~openbis/old/$SERVERS_PREV_VER/openBIS-server/apache-tomcat/conf/server.xml ~openbis/$SERVERS_VER/openBIS-server/apache-tomcat/conf/server.xml #apache-tomcat/bin/startup.sh echo Installing datastore server... -- GitLab