Ignore:
Timestamp:
08/25/06 14:51:40 (18 years ago)
Author:
hoehne
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7902 r7938  
    4444lockfile=$lockpath/lock-insertsequences.txt
    4545
    46 scriptlogpath=$logpath/run/insertsequences/`date +%Y/%m`
     46scriptlogpath=$runlogpath/$program
    4747makedir $scriptlogpath
    4848
     
    6666   echo "file: "$sequencefile >> $scriptlog 2>&1
    6767   no=`echo $sequencefile | cut -c 31-38`
     68   no=`echo $no | cut -c 1-4`
    6869   insertsequencepath=$logpath/insertsequence/$no
    6970   makedir $insertsequencepath >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.