Ignore:
Timestamp:
04/12/07 18:28:52 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8380 r8400  
    133133function finish()
    134134{
    135    rm -v $todofile
    136    rm -v $lockfile
     135   if ls $todofile >/dev/null 2>&1
     136   then
     137      rm -v $todofile
     138   fi
     139   if ls $lockfile >/dev/null 2>&1
     140   then
     141      rm -v $lockfile
     142   fi
    137143   date
    138144   printprocesslog "INFO finished $0"
Note: See TracChangeset for help on using the changeset viewer.