Changeset 7233 for trunk/MagicSoft/Mars/datacenter/scripts/insertdatasets
- Timestamp:
- 07/30/05 01:15:40 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/insertdatasets
r7232 r7233 38 38 39 39 scriptlogpath=$logpath/run/insertdatasets/`date +%Y/%m` 40 if [ ! -d $scriptlogpath ] 41 then 42 mkdir -pv $scriptlogpath 43 if [ ! -d $scriptlogpath ] 44 then 45 echo "could not make scriptlogpath "$scriptlogpath 46 exit 47 fi 48 fi 40 makedir $scriptlogpath 49 41 50 42 scriptlog=$scriptlogpath/insertdatasets-$datetime.log … … 97 89 98 90 insertdatasetpath=$logpath/insertdataset/$no3 99 if [ ! -d $insertdatasetpath ] 100 then 101 mkdir -pv $insertdatasetpath >> $scriptlog 2>&1 102 if [ ! -d $insertdatasetpath ] 103 then 104 echo "could not make insertdatasetpath "$insertdatasetpath >> $scriptlog 2>&1 105 continue 106 fi 107 fi 91 makedir $insertdatasetpath >> $scriptlog 2>&1 108 92 insertdatasetlog=$insertdatasetpath/insertdataset-$no3.log 93 109 94 check0=`root -q -b $macrospath/insertdataset.C+\("\"$no2\""\,"\"$source\""\,"\"$wobble\"",kFALSE\) | tee $insertdatasetlog | grep int | sed -e 's/(int)//'` 110 95 case $check0 in
Note:
See TracChangeset
for help on using the changeset viewer.