c98efac85a1dc478878b7af2c96a77ffa9423f31
mspeir
  Mon Mar 13 11:37:54 2017 -0700
Correcting path for table status dumps, refs #19003

diff --git src/utils/qa/checkTableStatus.csh src/utils/qa/checkTableStatus.csh
index de4f907..0fcab46 100755
--- src/utils/qa/checkTableStatus.csh
+++ src/utils/qa/checkTableStatus.csh
@@ -1,17 +1,17 @@
 #!/bin/tcsh
 source `which qaConfig.csh`
 
 ################################
 #  10-03-06
 #
 #  Checks the date for the last TABLE STATUS dump for 
 #  dev, beta and each of the 8 RR machines.
 #
 ################################
 
 echo "TABLE STATUS files were last dumped:"
-echo " hgwdev: `ls -1 /cluster/data/genbank/var/tblstats/hgwdev | tail -1`"
-echo "hgwbeta: `ls -1 /cluster/data/genbank/var/tblstats/hgwbeta | tail -1`"
-echo "     rr: `ls -1 /cluster/data/genbank/var/tblstats/$tblStatusDumps | tail -1`"
+echo " hgwdev: `ls -1 /hive/data/outside/genbank/var/tblstats/hgwdev | tail -1`"
+echo "hgwbeta: `ls -1 /hive/data/outside/genbank/var/tblstats/hgwbeta | tail -1`"
+echo "     rr: `ls -1 /hive/data/outside/genbank/var/tblstats/$tblStatusDumps | tail -1`"
 echo