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