Changeset 7232 for trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
- Timestamp:
- 07/29/05 23:13:12 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r7213 r7232 32 32 set -C 33 33 34 callistorcnew= /magic/datacenter/setup/callisto/callisto.rc34 callistorcnew=$setuppath/callisto/callisto.rc 35 35 36 36 table=SequenceProcessStatus … … 95 95 96 96 echo "getting list..." >> $scriptlog 2>&1 97 check0=`root -q -b $macrospath/getdolist.C+\("\"$table\""\,"\"$column\""\,"\"$date\""\ ) | tee $getstatuslog | grep int | sed -e 's/(int)//'`97 check0=`root -q -b $macrospath/getdolist.C+\("\"$table\""\,"\"$column\""\,"\"$date\""\,"\"$listpath\""\) | tee $getstatuslog | grep int | sed -e 's/(int)//'` 98 98 99 99 case $check0 in … … 187 187 fi 188 188 fi 189 sequfile=" /magic/sequences/$no/sequence$no2.txt"189 sequfile="$sequpath/$no/sequence$no2.txt" 190 190 echo "sequfile: "$sequfile >> $scriptlog 2>&1 191 191
Note:
See TracChangeset
for help on using the changeset viewer.