Changeset 7048 for trunk/MagicSoft/Mars/datacenter/scripts
- Timestamp:
- 05/17/05 13:55:49 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter/scripts
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/buildsequenceentries
r7030 r7048 106 106 echo "building sequence entries for date $date..." >> $scriptlog 2>&1 107 107 year2=`echo $date | cut -c 1-4` 108 buildsequentriespath=$logpath/ $year2108 buildsequentriespath=$logpath/buildsequenceentries/$year2 109 109 if [ ! -d $buildsequentriespath ] 110 110 then -
trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail
r7030 r7048 96 96 do 97 97 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 100 100 echo "outpath: "$outpath >> $scriptlog 2>&1 101 101 if [ ! -d $outpath ] … … 112 112 case $check1 in 113 113 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 115 115 if [ ! -d $setstatuslogpath ] 116 116 then
Note:
See TracChangeset
for help on using the changeset viewer.