1e43c3834a08e0bcc8d1833376d389e231e3d7cb
max
  Wed Feb 3 06:28:54 2021 -0800
fixing a bug in the previous gbib solution that removed the symlinks, refs #26866

diff --git src/browserbox/makefile src/browserbox/makefile
index a8f8cd6..ba4265f 100644
--- src/browserbox/makefile
+++ src/browserbox/makefile
@@ -1,10 +1,13 @@
 alpha:
 	cp root/updateBrowser.sh /usr/local/apache/htdocs/gbib/
-	echo you can now run gbibCoreUpdateBeta on any gbib to test the update script
-	echo if you are OK with the result, request a push of /usr/local/apache/htdocs/gbib/updateBrowser.sh
+	echo you can now run gbibCoreUpdateBeta on any gbib to download the update script
+	echo then run '"updateBrowser notSelf"' to test the update script,  without the script 
+	echo updating itself first
+	echo 
+	echo If you are OK with the result, request a push of /usr/local/apache/htdocs/gbib/updateBrowser.sh
 	echo to hgdownload
 	echo To make any other changes to the GBIB, add files under /usr/local/apache/htdocs/gbib/push/
 	echo which is rsynced into the GBIB on every update into / '(the root directory)'
 	echo You can modify ./usr/local/apache/cgi-bin/hg.conf and the copy it to 
 	echo /usr/local/apache/htdocs/gbib/push/usr/local/apache/cgi-bin/hg.conf