diff --git a/openbis_all/source/bash/sprint_post_install.sh b/openbis_all/source/bash/sprint_post_install.sh
index 856881c1d0d070e7fa41482841574dafdc5d29c6..fbd3ed1bf13c8e18b4d0f41ce71c5dc7bf230bb2 100755
--- a/openbis_all/source/bash/sprint_post_install.sh
+++ b/openbis_all/source/bash/sprint_post_install.sh
@@ -61,10 +61,7 @@ function restore_config_files {
   fi  
   if  [ -f ~openbis/config/datastore_server.conf ]; then
   	cp ~openbis/config/datastore_server.conf ~openbis/sprint/datastore_server/etc/
-  fi
-  if  [ -f ~openbis/config/web-client.properties ]; then
-    cp ~openbis/config/web-client.properties ~/sprint/openBIS-server/jetty/etc
-  fi    
+  fi  
 }
 
 function add_yeastx_plugin {