Ignore:
Timestamp:
05/12/05 16:17:34 (20 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/datacenter/scripts
Files:
1 added
2 edited

Legend:

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

    r6970 r7019  
    4343datetime=`date +%F-%H-%M-%S`
    4444year=`date +%Y`
    45 pno=8 # number of processes, i.e. number of todo-files
     45pno=24 # number of processes, i.e. number of todo-files
    4646
    4747todofile=/magic/datacenter/lists/ToDo-$table-$column
  • 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.