Ignore:
Timestamp:
02/15/06 10:20:38 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/datacenter/scripts
Files:
3 edited

Legend:

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

    r7482 r7506  
    9595  case $check1 in
    9696     1)   echo "check1=$check1 -> everything ok -> setting status..." >> $scriptlog 2>&1 ;;
    97      *)   echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 ;;
     97     *)   echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
    9898          com=$Ftimecorr
    9999          check=$check1
  • trunk/MagicSoft/Mars/datacenter/scripts/doexclusions

    r7486 r7506  
    7878   var2=$date
    7979   doexclusionspath=$logpath/$program/$year2
     80   echo "excl path: $doexclusionspath"
    8081   makedir $doexclusionspath >> $scriptlog 2>&1
    8182   doexclusionslog=$doexclusionspath/doexclusions-$date.log
     
    8889   case $check1 in
    8990      1)   echo "check1=$check1 -> everything ok -> setting status..." >> $scriptlog 2>&1 ;;
    90       *)   echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1 ;;
     91      *)   echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
    9192           com=$Fdoexcl
    9293           check=$check1
  • trunk/MagicSoft/Mars/datacenter/scripts/writesequencefiles

    r7486 r7506  
    9191   case $check2 in
    9292      1)   echo "check2=$check2 -> everything ok " >> $scriptlog 2>&1 ;;
    93       *)   echo "check2=$check2 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1;;
     93      *)   echo "check2=$check2 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
    9494           com=$Fwritesequfile
    9595           check=$check2
Note: See TracChangeset for help on using the changeset viewer.