Ignore:
Timestamp:
02/29/12 13:41:04 (13 years ago)
Author:
Daniela Dorner
Message:
changed from nail to mail
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/datacenter/scripts/checklogs

    r8482 r12973  
    1 #!/bin/sh
     1#!/bin/bash
    22#
    33# ========================================================================
     
    3636if grep WARN $oldprocesslog >/dev/null
    3737then
    38    grep WARN $oldprocesslog | nail -s 'found warnings in '$oldprocesslog $erradrs
     38   grep WARN $oldprocesslog | mail -s 'found warnings in '$oldprocesslog $erradrs
    3939fi
    4040
    4141if grep ERROR $oldprocesslog >/dev/null
    4242then
    43    grep ERROR $oldprocesslog | nail -s 'found errors in '$oldprocesslog $erradrs
     43   grep ERROR $oldprocesslog | mail -s 'found errors in '$oldprocesslog $erradrs
    4444fi
    4545
Note: See TracChangeset for help on using the changeset viewer.