Changeset 7954 for trunk/MagicSoft/Mars/datacenter/scripts/insertdatasets
- Timestamp:
- 08/29/06 09:08:55 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/insertdatasets
r7944 r7954 70 70 echo "number in filename and in file are not the same " >> $scriptlog 2>&1 71 71 echo " -> continue with next dataset" >> $scriptlog 2>&1 72 printprocesslog "ERROR number in filename and fileare not the same for dataset $no2"72 printprocesslog "ERROR number in filename ($no) and file ($no3) are not the same for dataset $no2" 73 73 continue 74 74 fi … … 97 97 printprocesslog "INFO inserting dataset $no2" 98 98 # insert information into db 99 check0=`root -q -b $macrospath/insertdataset.C+\("\"$no2\""\,"\"$source\""\,"\"$wobble\""\,"\"$comment\""\,kFALSE\) | tee $insertdatasetlog | grep int | sed -e 's/(int)//'`99 check0=`root -q -b $macrospath/insertdataset.C+\("\"$no2\""\,"\"$source\""\,"\"$wobble\""\,"\"$comment\""\,kFALSE\) | tee $insertdatasetlog | intgrep` 100 100 case $check0 in 101 101 1) echo " check0=$check0 -> everything ok " >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.