8 lines
132 B
Plaintext
8 lines
132 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
# Send mail
|
||
|
echo "$SMARTD_MESSAGE" | mail -s "$SMARTD_FAILTYPE" "$SMARTD_ADDRESS"
|
||
|
|
||
|
# Notify user
|
||
|
wall "$SMARTD_MESSAGE"
|