From fd1955edcad2862ff4c1d3a5f3f0cc4d9546ea63 Mon Sep 17 00:00:00 2001 From: andryyy Date: Wed, 20 Sep 2017 23:24:39 +0200 Subject: [PATCH] [Fail2ban] Add variable name --- data/Dockerfiles/fail2ban/logwatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Dockerfiles/fail2ban/logwatch.py b/data/Dockerfiles/fail2ban/logwatch.py index 6fc852ac..f1954489 100644 --- a/data/Dockerfiles/fail2ban/logwatch.py +++ b/data/Dockerfiles/fail2ban/logwatch.py @@ -14,7 +14,7 @@ import json yes_regex = re.compile(r'([yY][eE][sS]|[yY])+$') if re.search(yes_regex, os.getenv('SKIP_FAIL2BAN', 0)): - print "Skipping Fail2ban container..." + print "SKIP_FAIL2BAN=y, Skipping Fail2ban container..." time.sleep(31536000) raise SystemExit