From a8b1843bf7ada879d3c526d588acbd9b59463d8d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 14 May 2021 13:22:37 +0000 Subject: [PATCH] unbound-dhcp-leases-bridge: Fix shebang MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reported-by: Peter Müller Signed-off-by: Michael Tremer --- config/unbound/unbound-dhcp-leases-bridge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/unbound/unbound-dhcp-leases-bridge b/config/unbound/unbound-dhcp-leases-bridge index 2d8ef13877..6f2b7ff359 100644 --- a/config/unbound/unbound-dhcp-leases-bridge +++ b/config/unbound/unbound-dhcp-leases-bridge @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 ############################################################################### # # # IPFire.org - A linux based firewall # -- 2.39.5