Skip to content
Snippets Groups Projects
Commit 651f3d83 authored by root's avatar root
Browse files

more about emails

parent 3d4f1afa
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,8 @@ function setup { ...@@ -65,7 +65,8 @@ function setup {
askYesNo "Would you update A.I.D.E. database after running a check (usefull for a few rounds and tackle false positives, not recommeded in production) ?" askYesNo "Would you update A.I.D.E. database after running a check (usefull for a few rounds and tackle false positives, not recommeded in production) ?"
ON_UPDATE=$? ON_UPDATE=$?
echo "Enter the destination email addres (leave empty if you don't want emails, and only check the return value of aideCheck.sh):" echo "Enter the destination email addres, leave empty if you don't want emails, and only check the return value of aideCheck.sh"
echo "You should enter a safe email address (outside this host) like my-real-email@this-is-my-domain.com:"
read TO_MAIL read TO_MAIL
echo " " echo " "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment