From f22ce483bc401a4691e63d2ebffd842b2a08d9be Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Thu, 20 Jun 2019 10:35:27 +0200 Subject: [PATCH] Update updaterobots.sh [ci skip] --- robots.txt/updaterobots.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/robots.txt/updaterobots.sh b/robots.txt/updaterobots.sh index 64ae565d3..360796aa8 100755 --- a/robots.txt/updaterobots.sh +++ b/robots.txt/updaterobots.sh @@ -79,6 +79,6 @@ done # *********************** # Put your own email address below and uncomment the line if you want an email notification -#echo "Done" | mail -s "Robots.txt Updated" someone@somewhere.com +#echo "robots.txt has just been updated on all web sites" | mail -s "Robots.txt Updated" someone@somewhere.com -exit ${?} \ No newline at end of file +exit ${?}