Changeset 7947 for trunk


Ignore:
Timestamp:
08/25/06 23:11:38 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7946 r7947  
    4040
    4141runlogpath=$logpath/run/`date +%Y/%m/%d`
    42 processlogpath=$logpath/process/
     42processlogpath=$logpath/processlog
    4343
    4444datetime=`date +%F-%H-%M-%S`
     
    127127makedir $runlogpath
    128128makedir $processlogpath
    129 processlog=$logpath/processlog/process`date +%F`.log
     129processlog=$processlogpath/process`date +%F`.log
    130130
    131131function printprocesslog
     
    374374function getstatus()
    375375{
    376    printprocesslog "this is a test"`date`
    377376   numproc=
    378377#   echo "getting status..."
Note: See TracChangeset for help on using the changeset viewer.