Changeset 7106 for trunk/MagicSoft/Mars/datacenter/scripts/runganymed
- Timestamp:
- 05/30/05 17:28:19 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runganymed
r7102 r7106 36 36 datetime=`date +%F-%H-%M-%S` 37 37 year=`date +%Y` 38 pno= 24 # number of processes, i.e. number of todo-files39 40 todofile= /magic/datacenter/lists/ToDo-$table-$column38 pno=4 # number of processes, i.e. number of todo-files 39 40 todofile=$listpath/ToDo-$table-$column 41 41 getstatuslogpath=$logpath/getstatus/ganymed/$year 42 42 getstatuslog=$getstatuslogpath/getstatus-ganymed-$datetime.log … … 169 169 no=`printf %08d $dataset | cut -c 0-5` 170 170 no2=`printf %08d $dataset` 171 outpath=" /magic/data/ganymed/$no/$no2"171 outpath="$datapath/ganymed/$no/$no2" 172 172 echo "outpath: "$outpath >> $scriptlog 2>&1 173 173 if [ ! -d $outpath ]
Note:
See TracChangeset
for help on using the changeset viewer.