diff --git a/openbis_all/source/bash/sprint_post_install.sh b/openbis_all/source/bash/sprint_post_install.sh
index 87795b2e24a4cf53b40dc81e48e2e85d8e00e79c..807bf6e7c1c3ecdca953ba28b82e0fe5a59b56f0 100755
--- a/openbis_all/source/bash/sprint_post_install.sh
+++ b/openbis_all/source/bash/sprint_post_install.sh
@@ -27,6 +27,7 @@ function restore_loginHeader {
     echo restoring loginHeader.html
     cp ~/config/images ~/sprint/openBIS-server/apache-tomcat/webapps/openbis/
     cp ~/config/loginHeader.html ~/sprint/openBIS-server/apache-tomcat/webapps/openbis/
+    cp ~/config/help.html ~/sprint/openBIS-server/apache-tomcat/webapps/openbis/
   fi
 }
 
@@ -53,6 +54,7 @@ case "$SERVER" in
 	$AGRONOMICS)
 	echo AGRONOMICS:$AGRONOMICS;
 	restore_loginHeader
+	create_individual_greeting_message
 	$BIN/sprint_post_install_yeastx.sh	
 	;;
 	$BSSE)