summaryrefslogtreecommitdiff
path: root/bin/fail2ban-server
diff options
context:
space:
mode:
authorAlexander Koeppe <format_c@online.de>2016-05-15 21:08:32 +0200
committerAlexander Koeppe <format_c@online.de>2016-05-15 21:08:32 +0200
commit975608dfb629c637622f0d638335637c1c688970 (patch)
treea3699e93a054991b172a420902e72f4d3da67094 /bin/fail2ban-server
parentbe3e95b76d031a66505bc6b02dfdf6b1a4abb00d (diff)
downloadfail2ban-975608dfb629c637622f0d638335637c1c688970.tar.gz
no hardcoded python interpreter path
Diffstat (limited to 'bin/fail2ban-server')
-rwxr-xr-xbin/fail2ban-server2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fail2ban-server b/bin/fail2ban-server
index f522f418..5ec645a4 100755
--- a/bin/fail2ban-server
+++ b/bin/fail2ban-server
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/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 :