24af8bffea6c499bbea60b989d81278c414781d0
max
  Tue Mar 19 07:44:13 2024 -0700
removing registration.txt file on gbib updates, as per hiram

diff --git src/browserbox/root/updateBrowser.sh src/browserbox/root/updateBrowser.sh
index fecfbac..75a1bb3 100755
--- src/browserbox/root/updateBrowser.sh
+++ src/browserbox/root/updateBrowser.sh
@@ -566,17 +566,18 @@
          sed -i s/slow-db.host=genome-mysql.soe.ucsc.edu/slow-db.host=genome-euro-mysql.soe.ucsc.edu/ /usr/local/apache/cgi-bin/hg.conf
          # Nov 2018: hgdownload-euro is online now
          sed -i 's#gbdbLoc2=http://hgdownload.soe.ucsc.edu/gbdb/#gbdbLoc2=http://hgdownload-euro.soe.ucsc.edu/gbdb/#' /usr/local/apache/cgi-bin/hg.conf
       else
          echo genome.ucsc.edu seems to be closer
          echo not modifying /usr/local/apache/cgi-bin/hg.conf
       fi
    fi
 fi
 
 # Oct 2023: a bug in release 455 (fixed for 456) means that GBIB must have a /gbdb directory, not /data/gbdb. 
 # Adding this symlink now.
 ln -sf /data/gbdb /gbdb
 
 touch /root/lastUpdateTime.flag
+rm -f /usr/local/apache/trash/registration.txt
 echo - GBiB update done
 cat /etc/issue | tr -s '\n'