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