Changeset 7604 for trunk/MagicSoft/Mars/datacenter/scripts
- Timestamp:
- 03/14/06 21:07:57 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks
r7572 r7604 59 59 # find files containing reason 60 60 files=`find $datapath/callisto/ -name callisto*.log` 61 if [ "$files" = "" ] 62 then 63 echo "nothing to do -> exit" >> $scriptlog 2>&1 64 rm -v $lockfile >> $scriptlog 2>&1 65 fi 66 61 67 62 68 # make links for callisto.rc for which the callisto.log contains reason … … 77 83 resetlog=$resetlogpath/reset-callisto-$sequ.log 78 84 79 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)//'` 80 86 case $check1 in 81 87 1) echo "check1=$check1 -> everything ok, callisto has been reset " >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.