diff --git a/fail2ban-client b/fail2ban-client index dbb0f185..b52cd6fe 100755 --- a/fail2ban-client +++ b/fail2ban-client @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # This file is part of Fail2Ban. # # Fail2Ban is free software; you can redistribute it and/or modify diff --git a/fail2ban-server b/fail2ban-server index e706d04e..ca449798 100755 --- a/fail2ban-server +++ b/fail2ban-server @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # This file is part of Fail2Ban. # # Fail2Ban is free software; you can redistribute it and/or modify diff --git a/fail2ban-testcases b/fail2ban-testcases index 11f4a3ce..9573d62b 100755 --- a/fail2ban-testcases +++ b/fail2ban-testcases @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # This file is part of Fail2Ban. # # Fail2Ban is free software; you can redistribute it and/or modify diff --git a/setup.py b/setup.py index 12da08f3..c9667d48 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # This file is part of Fail2Ban. #