From 18eaec9ac1f0d9e54d9cbfa246277ffc4a9b678a Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 28 Apr 2022 16:20:49 +0200 Subject: [PATCH] shellcheck disable=SC2059 --- minifirewall | 1 + 1 file changed, 1 insertion(+) diff --git a/minifirewall b/minifirewall index ea358c4..92dca37 100755 --- a/minifirewall +++ b/minifirewall @@ -1,4 +1,5 @@ #!/bin/sh +# shellcheck disable=SC2059 # minifirewall is shellscripts for easy firewalling on a standalone server # we used netfilter/iptables http://netfilter.org/ designed for recent Linux kernel