Merge branch 'master' of git.kylefberry.net:repositories/fail2bancount

This commit is contained in:
Kyle Berry 2012-05-09 05:40:33 -05:00
commit 6c37847c08
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ action=$1
ip=$2
port=$3
mysqldb=""
mysqldb="fail2bancount"
mysqlpw=""
mysqluser=""
mysqluser="fail2bancount"
geoip () {
geoiplookup $ip | awk -F, '{print $2}' | sed s/\ //