- Timestamp:
- 08/29/06 09:08:55 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks
r7944 r7954 84 84 resetlog=$resetlogpath/reset-callisto-$sequ.log 85 85 86 check1=`root -q -b $macrospath/resetcolumn.C+\("\"$column\""\,"\"$table\""\,"\"$sequ\""\,"\"$sequ\""\,kFALSE\) | tee $resetlog | grep int | sed -e 's/(int)//'`86 check1=`root -q -b $macrospath/resetcolumn.C+\("\"$column\""\,"\"$table\""\,"\"$sequ\""\,"\"$sequ\""\,kFALSE\) | tee $resetlog | intgrep` 87 87 case $check1 in 88 88 1) echo " check1=$check1 -> everything ok, callisto has been reset " >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.