From 45518823f087eb0ebbc5e425d298a3f47e25590e Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Mon, 6 Jun 2022 14:40:54 +0200 Subject: [PATCH] ignore shellcheck violation --- minifirewall | 1 + 1 file changed, 1 insertion(+) diff --git a/minifirewall b/minifirewall index a005f34..7c655be 100755 --- a/minifirewall +++ b/minifirewall @@ -121,6 +121,7 @@ if [ -t 1 ]; then # see if it supports colors... ncolors=$(tput colors) + # shellcheck disable=SC2086 if [ -n "${ncolors}" ] && [ ${ncolors} -ge 8 ]; then RED=$(tput setaf 1) GREEN=$(tput setaf 2)