From ce4fdc73baecddba53c78593806c687b892f6a0c Mon Sep 17 00:00:00 2001 From: F3RR3T Date: Wed, 10 Sep 2014 09:59:08 +1000 Subject: remember to use -a in commit --- notifynewip.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'notifynewip.sh') 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 -- cgit v1.3