diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-05-30 16:12:34 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-05-30 16:12:34 +0000 |
commit | 20c419a4867cba42c2ed51d72f3e107549857c71 (patch) | |
tree | 5dcb5f81b17de254419d0420980b0f8f7bf6f387 | |
parent | 0b98f16c616764a690b9f5fbc7359e72a72b873e (diff) | |
download | tinyproxy-20c419a4867cba42c2ed51d72f3e107549857c71.tar.gz tinyproxy-20c419a4867cba42c2ed51d72f3e107549857c71.zip |
Update the email address where the report is sent.
Diffstat (limited to '')
-rwxr-xr-x | doc/report.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/report.sh b/doc/report.sh index 2e6b4ee..b2c1c14 100755 --- a/doc/report.sh +++ b/doc/report.sh @@ -11,4 +11,4 @@ if [ -x /usr/local/bin/tinyproxy ]; then /usr/local/bin/tinyproxy -v else echo no ver available. -fi;) 2>&1 | mail -s 'tinyproxy install report' sdyoung@well.com +fi;) 2>&1 | mail -s 'tinyproxy install report' rjkaes@flarenet.com |