Ignore:
Timestamp:
04/21/05 18:08:34 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r6940 r6971  
    113113do
    114114   no=`printf %08d $sequence | cut -c 4`
     115   
     116   sequencepath=/magic/sequences/$no
     117   if [ ! -d $sequencepath ]
     118   then
     119     mkdir -pv $sequencepath >> $scriptlog 2>&1
     120     if [ ! -d $sequencepath ]
     121     then
     122        echo "could not make sequencepath $sequencepath -> continue " >> $scriptlog 2>&1
     123        continue
     124     fi
     125   fi
     126
    115127   writesequencefilelogpath=$logpath/writesequencefile/`printf %04d $no`
    116128   echo "writesequencefilelogpath: "$writesequencefilelogpath >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.