- Timestamp:
- 08/29/05 21:38:41 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7339 r7340 30 30 - added copying of the file to the directory 31 31 /magic/datacenter/totape 32 33 * datacenter/scripts/fillganymed: 34 - small bugfixes 32 35 33 36 -
trunk/MagicSoft/Mars/datacenter/scripts/fillganymed
r7335 r7340 42 42 getstatuslog=$getstatuslogpath/getstatus-fillganymed-$datetime.log 43 43 44 scriptlogpath=$logpath/run/fillganym de/`date +%Y/%m/%d`44 scriptlogpath=$logpath/run/fillganymed/`date +%Y/%m/%d` 45 45 makedir $scriptlogpath 46 46 scriptlog=$scriptlogpath/runfillganymed-$datetime.log … … 86 86 for dataset in ${datasets[@]} 87 87 do 88 no=`printf %08d $dataset | cut -c 0- 4`88 no=`printf %08d $dataset | cut -c 0-5` 89 89 no2=`printf %08d $dataset` 90 90 path="$datapath/ganymed/$no/$no2"
Note:
See TracChangeset
for help on using the changeset viewer.