b56d0737ffcc8ffb2142c701b14996d45ecc26dd
max
  Thu Oct 23 08:59:27 2014 -0700
showing the help message after an update. refs #14121,
diff --git src/browserbox/root/updateBrowser.sh src/browserbox/root/updateBrowser.sh
index c510990..2cd2629 100755
--- src/browserbox/root/updateBrowser.sh
+++ src/browserbox/root/updateBrowser.sh
@@ -226,15 +226,16 @@
 # temporary fix for hgdownload problem, Oct 2014
 ls /data/mysql/eboVir3 > /dev/null 2> /dev/null && mysql eboVir3 -e 'drop table if exists history'
 
 # rsync tables on hgdownload are sometimes in a crashed state
 echo checking mysql tables
 #sudo myisamchk --force --silent --fast /data/mysql/hg19/*.MYI /data/mysql/hgcentral/*.MYI /data/mysql/hgFixed/*.MYI 2> /dev/null
 mysqlcheck --all-databases --auto-repair --quick --fast --silent
 
 #LATENCY=`ping genome.ucsc.edu -n -c1 -q | grep rtt | cut -d' ' -f4 | cut -d/ -f2 | cut -d. -f1`
 #if [ "$LATENCY" -gt "90" ]; then
 #echo making low-latency changes
 /usr/local/apache/cgi-bin/hgMirror postRsyncUpdates
 
 touch /root/lastUpdateTime.flag
 echo update done.
+cat /etc/issue | tr -s '\n'