summaryrefslogtreecommitdiff
path: root/notifynewip.sh
diff options
context:
space:
mode:
authorF3RR3T <github@st33v.com>2014-09-10 09:59:08 +1000
committerF3RR3T <github@st33v.com>2014-09-10 09:59:08 +1000
commitce4fdc73baecddba53c78593806c687b892f6a0c (patch)
treed804799b83d65631df74fe215a4d9a3c9f0e0347 /notifynewip.sh
parent82885d54288593b5714ee8c719d1f3f075d40386 (diff)
remember to use -a in commit
Diffstat (limited to 'notifynewip.sh')
-rwxr-xr-xnotifynewip.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/notifynewip.sh b/notifynewip.sh
index 5542d86..bc4ca60 100755
--- a/notifynewip.sh
+++ b/notifynewip.sh
@@ -25,6 +25,7 @@ EOF
uptime >> emailbody.txt
-cat emailbody.txt | mail -A cumquat -s "IP has changed" st33v@st33v.com
+cat emailbody.txt | mail -A cumquat -s "IP has changed" $EMAILST33V
+rm emailbody.txt