Index: trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/runcallisto	(revision 7213)
+++ trunk/MagicSoft/Mars/datacenter/scripts/runcallisto	(revision 7232)
@@ -32,5 +32,5 @@
 set -C
 
-callistorcnew=/magic/datacenter/setup/callisto/callisto.rc
+callistorcnew=$setuppath/callisto/callisto.rc
 
 table=SequenceProcessStatus
@@ -95,5 +95,5 @@
    
    echo "getting list..." >> $scriptlog 2>&1
-   check0=`root -q -b $macrospath/getdolist.C+\("\"$table\""\,"\"$column\""\,"\"$date\""\) | tee $getstatuslog | grep int | sed -e 's/(int)//'`
+   check0=`root -q -b $macrospath/getdolist.C+\("\"$table\""\,"\"$column\""\,"\"$date\""\,"\"$listpath\""\) | tee $getstatuslog | grep int | sed -e 's/(int)//'`
    
    case $check0 in 
@@ -187,5 +187,5 @@
     fi
   fi
-  sequfile="/magic/sequences/$no/sequence$no2.txt"
+  sequfile="$sequpath/$no/sequence$no2.txt"
   echo "sequfile: "$sequfile >> $scriptlog 2>&1
   
