From c0442859c387d2aeb5e82fb506008c26bb8b8db9 Mon Sep 17 00:00:00 2001 From: pvincent Date: Mon, 2 Sep 2024 08:54:34 +0400 Subject: [PATCH] start nft --- lib/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions.sh b/lib/functions.sh index 1dd8c1a..0a822df 100644 --- a/lib/functions.sh +++ b/lib/functions.sh @@ -111,7 +111,7 @@ function prepare_nftables() { sudo cp -f "$MIAOU_BASEDIR/templates/hardened/nftables.conf" /etc/ sudo mkdir -p /etc/nftables.rules.d sudo systemctl enable nftables - + sudo systemctl start nftables else echo "nftables already installed!" fi