Changeset 7994


Ignore:
Timestamp:
09/28/06 17:08:56 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7993 r7994  
    3131     datacenter/scripts/runcallisto, datacenter/scripts/runganymed:
    3232     - improved processlog
     33
     34   * datacenter/scripts/sourcefile:
     35     - improved processlog
     36     - exchange function finish by code in fuction makedir
    3337
    3438   * datacenter/scripts/setup, datacenter/scripts/linkmc,
  • trunk/MagicSoft/Mars/datacenter/scripts/runcallisto

    r7982 r7994  
    185185           esac
    186186        done
    187           ;;
     187        printprocesslog "INFO finished merppupdate successfully for sequence $sequence"
     188        ;;
    188189   *)   echo " check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
    189190        printprocesslog "ERROR $program failed for sequence $sequence (return code $check1)"
  • trunk/MagicSoft/Mars/datacenter/scripts/sourcefile

    r7976 r7994  
    5151     then
    5252        echo "could not make dir "$@
    53         finish
     53        rm -v $todofile
     54        rm -v $lockfile
     55        date
     56        exit
    5457     fi
    5558   fi
     
    129132   rm -v $lockfile
    130133   date
    131    printprocesslog "INFO finished $program"
     134   printprocesslog "INFO finished $0"
    132135   exit
    133136}
Note: See TracChangeset for help on using the changeset viewer.