From f5a932e1b01ae536ccc00a7bf52bcf56353acc72 Mon Sep 17 00:00:00 2001 From: Dominique Roux Date: Thu, 1 Jul 2021 10:50:41 +0200 Subject: [PATCH] [bugfix] forgot to close the case statement --- manifest | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest b/manifest index 7a55221..ca4134d 100644 --- a/manifest +++ b/manifest @@ -12,6 +12,7 @@ case "$os" in *) conf=/etc/nftables.conf ;; + esac ;; *) conf=/etc/nftables.nft