Changeset 7938 for trunk/MagicSoft/Mars/datacenter/scripts/checkstardone
- Timestamp:
- 08/25/06 14:51:40 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/checkstardone
r7926 r7938 43 43 lockfile=$lockpath/lock-$program.txt 44 44 45 scriptlogpath=$ logpath/run/$program/`date +%Y/%m/%d`45 scriptlogpath=$runlogpath/$program 46 46 makedir $scriptlogpath 47 47 scriptlog=$scriptlogpath/$program-$datetime.log … … 69 69 do 70 70 no=`printf %08d $dataset | cut -c 0-5` 71 no2=`printf %08d $dataset` 71 72 var1=$no 72 73 var2=$dataset … … 84 85 echo "sequences: "${sequences[@]} >> $scriptlog 2>&1 85 86 86 outpath=$logpath/$program/$no 87 outpath=$logpath/$program/$no/$no2 87 88 makedir $outpath >> $scriptlog 2>&1 88 89
Note:
See TracChangeset
for help on using the changeset viewer.