diff --git a/openbis_all/source/bash/sprint_post_install.sh b/openbis_all/source/bash/sprint_post_install.sh
index 0054e2a016544c76061c643ba3ea955f5fc82f6f..ad18644db209a03b1c2c2caf6bc24375017dee9b 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