From c2887b3e31f3e366ea22f18711e38b77224c22c7 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Mon, 12 May 2025 11:18:44 -0600 Subject: [PATCH] Fix shellcheck again --- usr/local/share/bastille/list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/list.sh b/usr/local/share/bastille/list.sh index 10d79b65..946a9aea 100644 --- a/usr/local/share/bastille/list.sh +++ b/usr/local/share/bastille/list.sh @@ -250,7 +250,7 @@ get_jail_info() { # Continue if STATE doesnt match chosen options if [ "${OPT_STATE}" != "all" ] && [ "${JAIL_STATE}" != "${OPT_STATE}" ]; then - # shellcheck disable=SC2046 + # shellcheck disable=SC2104 continue fi