From babb114b66d3bbdbba9faa69bb1fdbae49f20172 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 19 Jun 2015 13:25:51 +0200 Subject: update examples and add systemd unit --- execute/mail.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'execute') diff --git a/execute/mail.sh b/execute/mail.sh index 2d757db..3b797c1 100755 --- a/execute/mail.sh +++ b/execute/mail.sh @@ -19,6 +19,9 @@ while getopts "i:p:m:" opt; do esac done +# WARNING: Do NOT use this unmodified! +# Please replace mail address with your own. + mail -s "[${PRIORITY}] ${IDENTIFIER}" mail@example.com <<< "${MESSAGE}" exit 0 -- cgit v1.2.3-54-g00ecf