- Timestamp:
- 08/22/06 15:36:10 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks
r7902 r7911 84 84 echo " reason: $pulse" >> $scriptlog 2>&1 85 85 resetlogpath=$logpath/resetcallisto 86 echo "resetlogpath: $resetlogpath" >> $scriptlog 2>&187 86 makedir $resetlogpath >> $scriptlog 2>&1 88 87 resetlog=$resetlogpath/reset-callisto-$sequ.log … … 90 89 check1=`root -q -b $macrospath/resetcolumn.C+\("\"$column\""\,"\"$table\""\,"\"$sequ\""\,"\"$sequ\""\,kFALSE\) | tee $resetlog | grep int | sed -e 's/(int)//'` 91 90 case $check1 in 92 1) echo " check1=$check1 -> everything ok, callisto has been reset " >> $scriptlog 2>&191 1) echo " check1=$check1 -> everything ok, callisto has been reset " >> $scriptlog 2>&1 93 92 ;; 94 *) echo " check1=$check1 -> ERROR -> step could not be resetted -> continue " >> $scriptlog 2>&193 *) echo " check1=$check1 -> ERROR -> step could not be resetted -> continue " >> $scriptlog 2>&1 95 94 continue ;; 96 95 esac
Note:
See TracChangeset
for help on using the changeset viewer.