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