From 54622cf50fa0b59800fbbc9c3ab774418c334904 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Tue, 31 Dec 2013 10:46:06 +0100 Subject: [PATCH] Fixed another name-change and some grammar --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3edb53..fb80662 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # failedlogins.sh # -This is a small Bash script I wrote for a programming & scripting course at +This is a small Bash script I wrote for a programming & scripting class at school. The script checks for failed SSH logins in /var/log/auth.log by default. The failed logins are then sent by e-mail to the admin user specified in the Admin variable. @@ -10,7 +10,7 @@ cluttering the admin's mailbox. The script is meant to run from a cronjob, for example once every hour or day or whatever suits your needs. An example (15 minutes after every hour) would be: ``` -15 * * * * /home/admin/failed_logins.sh +15 * * * * /home/admin/failedlogins.sh ``` ## Compability ##