Ignore:
Timestamp:
05/17/05 13:55:49 (20 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/datacenter/scripts
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/buildsequenceentries

    r7030 r7048  
    106106   echo "building sequence entries for date $date..." >> $scriptlog 2>&1
    107107   year2=`echo $date | cut -c 1-4`
    108    buildsequentriespath=$logpath/$year2
     108   buildsequentriespath=$logpath/buildsequenceentries/$year2
    109109   if [ ! -d $buildsequentriespath ]
    110110      then
  • trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail

    r7030 r7048  
    9696do
    9797   echo "checking files for sequence $sequence..." >> $scriptlog 2>&1
    98    no=`printf %08d $sequence | cut -c 4`
    99    outpath=$logpath/checkfileavail/`printf %04d $no`
     98   no=`printf %08d $sequence | cut -c 0-4`
     99   outpath=$logpath/checkfileavail/$no
    100100   echo "outpath: "$outpath  >> $scriptlog 2>&1
    101101   if [ ! -d $outpath ]
     
    112112   case $check1 in
    113113      1)   echo "check1=$check1 -> everthing ok -> setting status..." >> $scriptlog 2>&1
    114            setstatuslogpath=$logpath/setstatus/checkfileavail/`printf %04d $no`
     114           setstatuslogpath=$logpath/setstatus/checkfileavail/$no
    115115           if [ ! -d $setstatuslogpath ]
    116116           then
Note: See TracChangeset for help on using the changeset viewer.