Ignore:
Timestamp:
05/12/05 16:17:34 (20 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/runstar

    r6934 r7019  
    4242datetime=`date +%F-%H-%M-%S`
    4343year=`date +%Y`
    44 pno=8 # number of processes, i.e. number of todo-files
     44pno=24 # number of processes, i.e. number of todo-files
    4545
    4646todofile=/magic/datacenter/lists/ToDo-$table-$column
     
    9191
    9292echo "checking if other todo-files are there" >> $scriptlog 2>&1
    93 if  ls $todofile-[1-9].txt >> $scriptlog 2>&1
     93if  ls $todofile-[1-9]*.txt >> $scriptlog 2>&1
    9494then
    9595   echo "other file(s) on disk " >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.