Changeset 6971
- Timestamp:
- 04/21/05 18:08:34 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/writesequencefiles
r6940 r6971 113 113 do 114 114 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 115 127 writesequencefilelogpath=$logpath/writesequencefile/`printf %04d $no` 116 128 echo "writesequencefilelogpath: "$writesequencefilelogpath >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.