Ignore:
Timestamp:
12/09/08 18:12:37 (16 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9054 r9192  
    7272      1)   echo " check1=$check1 -> everything ok -> setting status for $date..." >> $scriptlog 2>&1
    7373           printprocesslog "INFO sequence entries successfully built for $date"
     74           IFS='
     75           '
     76           missing=( `grep "Missing" $buildsequentrieslog` )
     77           if [ ${#missing[@]} -gt 0 ]
     78           then
     79              for miss in ${missing[@]}
     80              do
     81                 printprocesslog "WARN $buildsequentrieslog: $miss"
     82              done
     83           fi
     84           unset IFS
    7485           ;;
    7586      0)   echo " check1=$check1 -> no connection to db -> continue..." >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.