Changeset 7052 for trunk/MagicSoft/Mars/datacenter/scripts/fillstar
- Timestamp:
- 05/17/05 17:08:26 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/fillstar
r7030 r7052 105 105 do 106 106 no=`printf %08d $sequence | cut -c 4` 107 path="/magic/data/star/"`printf %04d $no`"/"`printf %08d $sequence` 108 starfile=$path/star`printf %08d $sequence`.root 109 fillstarlogpath=$logpath/fillstar/`printf %04d $no` 107 no2=`printf %08d $sequence` 108 path="/magic/data/star/$no/$no2" 109 starfile=$path/star$no2.root 110 fillstarlogpath=$logpath/fillstar/$no 110 111 echo "fillstarlogpath: "$fillstarlogpath >> $scriptlog 2>&1 111 112 if [ ! -d $fillstarlogpath ] … … 125 126 1) echo "check2=$check2 -> everthing ok " >> $scriptlog 2>&1 126 127 echo "-> inserting the status for fillstar for sequence $sequence into the db" >> $scriptlog 2>&1 127 setstatuslogpath=$logpath/setstatus/fillstar/ `printf %04d $no`128 setstatuslogpath=$logpath/setstatus/fillstar/$no 128 129 if [ ! -d $setstatuslogpath ] 129 130 then
Note:
See TracChangeset
for help on using the changeset viewer.