diff --git a/openbis_all/source/bash/sprint_post_install.sh b/openbis_all/source/bash/sprint_post_install.sh
index 1fdc984ca66f5590e786317b6e8e999e97ebaacc..cadd20c8165e67317c4b9ae688f54c81050301fa 100755
--- a/openbis_all/source/bash/sprint_post_install.sh
+++ b/openbis_all/source/bash/sprint_post_install.sh
@@ -35,7 +35,7 @@ function restore_loginHeader {
   	cp ~openbis/config/index.html  ~openbis/sprint/openBIS-server/apache-tomcat/webapps/openbis/
   fi  
   if  [ -f ~openbis/config/datastore_log.xml ]; then
-  	cp ~openbis/config/datastore_log.xml   ~openbis/sprint/datastore_server/etc/
+  	cp ~openbis/config/datastore_log.xml ~openbis/sprint/datastore_server/etc/log.xml
   fi
 }