e-smith-nutUPS/root/sbin/e-smith/nutUPS.notify

7 lines
89 B
Plaintext
Raw Normal View History

#! /bin/sh
# UPS notify script.
/bin/mail -s "$UPSNAME: $NOTIFYTYPE" admin <<END
$*
END