diff --git a/openbis_all/source/bash/sprint_install.sh b/openbis_all/source/bash/sprint_install.sh
index 6cc2372da15da23698ad3216dc290a6b691fbfd1..e93d5855ee31e6a1039f6a76441365b0d2c5e16c 100755
--- a/openbis_all/source/bash/sprint_install.sh
+++ b/openbis_all/source/bash/sprint_install.sh
@@ -42,14 +42,6 @@ if [ -e $SERVERS_PREV_VER ]; then
 	./$SERVERS_PREV_VER/datastore_server/datastore_server.sh stop
 fi
 
-echo Saving the config and properties files...
-cp ~/sprint/datastore_server/etc/service.properties $CONFIG_DIR/datastore_server-service.properties
-cp $TOMCAT_DIR/webapps/openbis/WEB-INF/classes/service.properties $CONFIG_DIR/service.properties 
-cp $TOMCAT_DIR/etc/openbis.conf $CONFIG_DIR/openbis.conf
-cp -r $TOMCAT_DIR/webapps/openbis/images/ ~/config/
-cp $TOMCAT_DIR/webapps/openbis/loginHeader.html ~/config/
-cp $TOMCAT_DIR/webapps/openbis/help.html ~/config/
-
 echo Making a database dump...
 # A custom-format dump (-Fc flag) is not a script for psql, but instead must be
 # restored with pg_restore, for example: