Ignore:
Timestamp:
05/17/07 13:47:42 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8482 r8525  
    5151      then
    5252         echo "could not make dir "$@
    53          rm -v $todofile
    54          rm -v $lockfile
     53         if ! [ "$todofile" = "" ] && ls $todofile >/dev/null 2>&1
     54         then
     55            rm -v $todofile
     56         fi
     57         if ls $lockfile >/dev/null 2>&1
     58         then
     59            rm -v $lockfile
     60         fi
    5561         date
    5662         exit
Note: See TracChangeset for help on using the changeset viewer.