2b81d0dc87502b8b33161deb8ba66dfd842e756b max Mon Apr 14 07:30:53 2014 -0700 cosmetic changes to make gbib more distinct from main site and also toremove links that direct user back to main site (unless required, like suggestion box), refs #12717 diff --git src/browserbox/root/cronUpdate.sh src/browserbox/root/cronUpdate.sh index f6ef3d9..fab95cb 100755 --- src/browserbox/root/cronUpdate.sh +++ src/browserbox/root/cronUpdate.sh @@ -1,14 +1,14 @@ #!/bin/bash # run from crontab to update the browser # only update browser if the "noAutoUpdate" flagfile does not exist if [ -f /root/noAutoUpdate ]; then exit; fi # sleep a little bit, so we don't hammer the rsync server -sleep $[RANDOM%30]m +sleep $[RANDOM%30] /root/updateBrowser.sh