diff --git a/openbis_all/source/bash/sprint_install.sh b/openbis_all/source/bash/sprint_install.sh
index 5e89e56cba89bc5d8ce6f5022ac8543c3c6c632f..89bcb29bb5cf65aa1f9abd5c4e0eded2523564ed 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...