Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
external
/
subpack
/
net
/
nut
/
files
/
nut-sendmail-notify
blob: f21e41e89accfdf13f00cb4f95e40526a35bb264 [
file
] [
log
] [
blame
]
#!/bin/sh
{
exec
/
usr
/
sbin
/
sendmail root
<<
EOF
From
:
root
To
:
root
Subject
:
UPS $NOTIFYTYPE
Notification
$1
.
EOF
}
&