summaryrefslogtreecommitdiff
path: root/notifynewip.sh
diff options
context:
space:
mode:
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