Changeset 7605
- Timestamp:
- 03/14/06 21:12:13 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks
r7604 r7605 83 83 resetlog=$resetlogpath/reset-callisto-$sequ.log 84 84 85 check1=`root -q -b $macrospath/resetcolumn.C+\("\" \"fCallisto\"\""\,"\"\"SequenceProcessStatus\"\""\,"\"$sequ\""\,"\"$sequ\""\,kFALSE\) | tee $resetlog | grep int | sed -e 's/(int)//'`85 check1=`root -q -b $macrospath/resetcolumn.C+\("\""\"fCallisto\""\""\,"\""\"SequenceProcessStatus\""\""\,"\"$sequ\""\,"\"$sequ\""\,kFALSE\) | tee $resetlog | grep int | sed -e 's/(int)//'` 86 86 case $check1 in 87 87 1) echo "check1=$check1 -> everything ok, callisto has been reset " >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.