From 5e06e8be624b1d46169c60797b6959f0c9d7ee49 Mon Sep 17 00:00:00 2001 From: Alexander Koeppe Date: Tue, 17 May 2016 16:42:23 +0200 Subject: [PATCH] removed shebang and changed mode for fail2banregex.py --- fail2ban/client/fail2banregex.py | 1 - 1 file changed, 1 deletion(-) mode change 100755 => 100644 fail2ban/client/fail2banregex.py diff --git a/fail2ban/client/fail2banregex.py b/fail2ban/client/fail2banregex.py old mode 100755 new mode 100644 index fae4f354..e2222792 --- a/fail2ban/client/fail2banregex.py +++ b/fail2ban/client/fail2banregex.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: t -*- # vi: set ft=python sts=4 ts=4 sw=4 noet : #