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

Legend:

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

    r8465 r8482  
    2020#   Author(s): Daniela Dorner  08/2005 <mailto:dorner@astro.uni-wuerzburg.de>
    2121#
    22 #   Copyright: MAGIC Software Development, 2000-2006
     22#   Copyright: MAGIC Software Development, 2000-2007
    2323#
    2424#
     
    5454
    5555case $check0 in
    56     1)   echo " check0=$check0 -> everything ok -> move files" >> $scriptlog 2>&1
    57          printprocesslog "INFO plots successfully produced"
    58          ;;
    59     *)   echo " check0=$check0 -> ERROR -> couldn't create plots -> exit" >> $scriptlog 2>&1
    60          printprocesslog "ERROR producing plots failed"
    61          finish >> $scriptlog 2>&1
    62          ;;
     56   1)   echo " check0=$check0 -> everything ok -> move files" >> $scriptlog 2>&1
     57        printprocesslog "INFO plots successfully produced"
     58        ;;
     59   *)   echo " check0=$check0 -> ERROR -> couldn't create plots -> exit" >> $scriptlog 2>&1
     60        printprocesslog "ERROR producing plots failed"
     61        finish >> $scriptlog 2>&1
     62        ;;
    6363esac
    6464
Note: See TracChangeset for help on using the changeset viewer.