- Timestamp:
- 05/09/07 17:05:15 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail
r7982 r8482 20 20 # Author(s): Daniela Dorner 08/2004 <mailto:dorner@astro.uni-wuerzburg.de> 21 21 # 22 # Copyright: MAGIC Software Development, 2000-200 622 # Copyright: MAGIC Software Development, 2000-2007 23 23 # 24 24 # … … 32 32 # checked by using the macro checkfilesavail.C 33 33 # If this was successful, the status is inserted into the database using 34 # the macro setstatus.C34 # the function setstatus. 35 35 # 36 36 … … 68 68 no=`printf %08d $sequence | cut -c 0-4` 69 69 no2=`printf %08d $sequence` 70 var1=$no71 var2=$no272 70 checkfileavailpath=$logpath/$program/$no 73 71 makedir $checkfileavailpath >> $scriptlog 2>&1 … … 76 74 sequencefile=$sequpath/$no/sequence$no2.txt 77 75 76 primvar=$no2 78 77 setstatus "start" >> $scriptlog 2>&1 79 78
Note:
See TracChangeset
for help on using the changeset viewer.