From 21dceb6b1a5389ac81167139bad2708254dcbac5 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 30 Jan 2020 10:42:30 +0100 Subject: [PATCH] updated the init script for devuan --- files/nftables-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/nftables-init b/files/nftables-init index 6e9b5e3..fb3d863 100755 --- a/files/nftables-init +++ b/files/nftables-init @@ -14,7 +14,7 @@ -CONF=/etc/nftables.nft +CONF=/etc/firewall.nft BIN=/usr/sbin/nft [ -x "$BIN" ] || exit 0