11 lines
109 B
Text
11 lines
109 B
Text
|
#!/bin/sh
|
||
|
|
||
|
/usr/sbin/sendmail root <<EOF
|
||
|
From: root
|
||
|
To: root
|
||
|
Subject: UPS $NOTIFYTYPE Notification
|
||
|
|
||
|
$1
|
||
|
.
|
||
|
EOF
|