diff options
| author | F3RR3T <github@st33v.com> | 2014-09-10 09:59:08 +1000 |
|---|---|---|
| committer | F3RR3T <github@st33v.com> | 2014-09-10 09:59:08 +1000 |
| commit | ce4fdc73baecddba53c78593806c687b892f6a0c (patch) | |
| tree | d804799b83d65631df74fe215a4d9a3c9f0e0347 /notifynewip.sh | |
| parent | 82885d54288593b5714ee8c719d1f3f075d40386 (diff) | |
remember to use -a in commit
Diffstat (limited to 'notifynewip.sh')
| -rwxr-xr-x | notifynewip.sh | 3 |
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 |
