- Timestamp:
- 03/14/06 21:15:22 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks
r7605 r7606 65 65 fi 66 66 67 column=fCallisto 68 table=SequenceProcessStatu 67 69 68 70 # make links for callisto.rc for which the callisto.log contains reason … … 83 85 resetlog=$resetlogpath/reset-callisto-$sequ.log 84 86 85 check1=`root -q -b $macrospath/resetcolumn.C+\("\" "\"fCallisto\""\""\,"\""\"SequenceProcessStatus\""\""\,"\"$sequ\""\,"\"$sequ\""\,kFALSE\) | tee $resetlog | grep int | sed -e 's/(int)//'`87 check1=`root -q -b $macrospath/resetcolumn.C+\("\"$column\""\,"\"$table\""\,"\"$sequ\""\,"\"$sequ\""\,kFALSE\) | tee $resetlog | grep int | sed -e 's/(int)//'` 86 88 case $check1 in 87 89 1) echo "check1=$check1 -> everything ok, callisto has been reset " >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.