Changeset 9192 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 12/09/08 18:12:37 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/buildsequenceentries
r9054 r9192 72 72 1) echo " check1=$check1 -> everything ok -> setting status for $date..." >> $scriptlog 2>&1 73 73 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 74 85 ;; 75 86 0) echo " check1=$check1 -> no connection to db -> continue..." >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.