5adcf6bc2904690de7b7b30a83ec8a7a0996abe9 galt Tue Aug 21 00:01:25 2018 -0700 changing cse subdomain to soe diff --git src/utils/qa/browserUsage.csh src/utils/qa/browserUsage.csh index d694a76..9bd4716 100755 --- src/utils/qa/browserUsage.csh +++ src/utils/qa/browserUsage.csh @@ -11,31 +11,31 @@ ############################################ set fileLocation="/usr/local/apache/htdocs-genecats/qa/test-results/browserUsage" set fileName='monthly.report.html' set lineNum=0 set shortFile='' set shorterFile='' set shortestFile='' set today=`date +%Y-%m-%d` # usage statement if ( $argv != 'go' ) then echo echo " Checks stats for browser and o/s usage." echo " Places report here:\ - http://genecats.cse.ucsc.edu/qa/test-results/browserUsage" + http://genecats.soe.ucsc.edu/qa/test-results/browserUsage" echo " usage: go" echo exit endif # run this only on hgwdev if ( "$HOST" != "hgwdev" ) then echo "\n ERROR: you must run this script on dev!\n" exit 1 endif # get a copy of the statistics file from the hgw1 server scp -q qateam@hgw1:/usr/local/apache/htdocs/admin/stats/Report.html $fileName # stop if you can't find the Report @@ -52,31 +52,31 @@ # delete lines 1 through $lineNum cat $fileName | sed "1,$lineNum d" > shortFile # delete everything from (and including)